Color Hex Logo

#484ccb Color Hex

#484CCB
(72,76,203)
0 Favorites   0 Comments

Color spaces of #484ccb

RGB 7276203
HSL0.660.560.54
HSV238°65°80°
CMYK 0.650.630.00   0.20
XYZ16.036410.858457.7506
Yxy10.85840.18950.1283
Hunter Lab32.952129.2023-80.8430
CIE-Lab39.340937.7478-66.4778

#484ccb color RGB value is (72,76,203).

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

The process color (four color CMYK) of #484ccb color hex is 0.65, 0.63, 0.00, 0.20. Web safe color of #484ccb is #3333cc. Color #484ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001100 11001011
Octal 110 114 313
Decimal 72 76 203
Hex 48 4C CB

RGB Percentages of Color #484ccb

%20.51
%21.65
%57.83

CMYK Percentages of Color #484ccb

%65
%63
%0
%20

Triadic Colors of #484ccb

#484ccb #cb484c #4ccb48

Analogous Colors of #484ccb

#484ccb #8648cb #488ecb

Monochromatic Colors of #484ccb

#484ccb

Complementary Color

#484ccb #cbc748

#484ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#484ccb Color CSS Codes

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

#484ccb Text Font Color

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

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


#484ccb Background Color

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

This div background color is #484ccb


#484ccb Border Color

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

This div border color is #484ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484ccb


Comments

No comments written yet.

Please login to write comment.