Color Hex Logo

#484cbf Color Hex

#484CBF
(72,76,191)
0 Favorites   0 Comments

Color spaces of #484cbf

RGB 7276191
HSL0.660.480.52
HSV238°62°75°
CMYK 0.620.600.00   0.25
XYZ14.660910.308250.5072
Yxy10.30820.19420.1366
Hunter Lab32.106425.3232-70.7958
CIE-Lab38.390033.7102-61.0444

#484cbf color RGB value is (72,76,191).

#484cbf hex color red value is 72, green value is 76 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #484cbf hue: 0.66 , saturation: 0.48 and the lightness value of 484cbf is 0.52.

The process color (four color CMYK) of #484cbf color hex is 0.62, 0.60, 0.00, 0.25. Web safe color of #484cbf is #3333cc. Color #484cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001100 10111111
Octal 110 114 277
Decimal 72 76 191
Hex 48 4C BF

RGB Percentages of Color #484cbf

%21.24
%22.42
%56.34

CMYK Percentages of Color #484cbf

%62
%60
%0
%25

Triadic Colors of #484cbf

#484cbf #bf484c #4cbf48

Analogous Colors of #484cbf

#484cbf #8048bf #4888bf

Monochromatic Colors of #484cbf

#484cbf

Complementary Color

#484cbf #bfbb48

#484cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#484cbf Color CSS Codes

.mybgcolor {background-color:#484cbf; } 
.myforecolor {color:#484cbf; }
.mybordercolor {border:3px solid #484cbf; }

#484cbf Text Font Color

<p style="color:#484cbf">Text here</p>

This sample text font color is #484cbf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#484cbf Background Color

<div style="background-color:#484cbf">
Div content here</div>

This div background color is #484cbf


#484cbf Border Color

<div style="border:3px solid #484cbf">
Div here</div>

This div border color is #484cbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,76,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #484cbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #484cbf;
  -webkit-box-shadow: 1px 1px 3px 2px #484cbf;
  box-shadow:         1px 1px 3px 2px #484cbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,76,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #484cbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #484cbf;
  -webkit-box-shadow: 1px 1px 3px 2px #484cbf;
  box-shadow:         1px 1px 3px 2px #484cbf;">
Div content here</div>

This div box has shadow with color #484cbf


Comments

No comments written yet.

Please login to write comment.