Color Hex Logo

#4840cb Color Hex

#4840CB
(72,64,203)
0 Favorites   0 Comments

Color spaces of #4840cb

RGB 7264203
HSL0.680.570.52
HSV243°68°80°
CMYK 0.650.680.00   0.20
XYZ15.28549.356357.5002
Yxy9.35630.18610.1139
Hunter Lab30.588135.6705-90.0431
CIE-Lab36.661444.9154-70.8634

#4840cb color RGB value is (72,64,203).

#4840cb hex color red value is 72, green value is 64 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4840cb hue: 0.68 , saturation: 0.57 and the lightness value of 4840cb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000000 11001011
Octal 110 100 313
Decimal 72 64 203
Hex 48 40 CB

RGB Percentages of Color #4840cb

%21.24
%18.88
%59.88

CMYK Percentages of Color #4840cb

%65
%68
%0
%20

Triadic Colors of #4840cb

#4840cb #cb4840 #40cb48

Analogous Colors of #4840cb

#4840cb #8e40cb #407ecb

Monochromatic Colors of #4840cb

#4840cb

Complementary Color

#4840cb #c3cb40

#4840cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4840cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4840cb Color CSS Codes

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

#4840cb Text Font Color

<p style="color:#4840cb">Text here</p>

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


#4840cb Background Color

<div style="background-color:#4840cb">
Div content here</div>

This div background color is #4840cb


#4840cb Border Color

<div style="border:3px solid #4840cb">
Div here</div>

This div border color is #4840cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,64,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 #4840cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4840cb


Comments

No comments written yet.

Please login to write comment.