Color Hex Logo

#484cbd Color Hex

#484CBD
(72,76,189)
0 Favorites   0 Comments

Color spaces of #484cbd

RGB 7276189
HSL0.660.470.51
HSV238°62°74°
CMYK 0.620.600.00   0.26
XYZ14.442210.220749.3557
Yxy10.22070.19510.1381
Hunter Lab31.969824.6892-69.1543
CIE-Lab38.235733.0354-60.1249

#484cbd color RGB value is (72,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001100 10111101
Octal 110 114 275
Decimal 72 76 189
Hex 48 4C BD

RGB Percentages of Color #484cbd

%21.36
%22.55
%56.08

CMYK Percentages of Color #484cbd

%62
%60
%0
%26

Triadic Colors of #484cbd

#484cbd #bd484c #4cbd48

Analogous Colors of #484cbd

#484cbd #7f48bd #4887bd

Monochromatic Colors of #484cbd

#484cbd

Complementary Color

#484cbd #bdb948

#484cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#484cbd Color CSS Codes

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

#484cbd Text Font Color

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

This sample text font color is #484cbd
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.


#484cbd Background Color

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

This div background color is #484cbd


#484cbd Border Color

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

This div border color is #484cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484cbd


Comments

No comments written yet.

Please login to write comment.