Color Hex Logo

#4875e6 Color Hex

#4875E6
(72,117,230)
0 Favorites   0 Comments

Color spaces of #4875e6

RGB 72117230
HSL0.620.760.59
HSV223°69°90°
CMYK 0.690.490.00   0.10
XYZ23.316719.813577.4584
Yxy19.81350.19340.1643
Hunter Lab44.512415.6062-72.0151
CIE-Lab51.625721.5113-61.9429

#4875e6 color RGB value is (72,117,230).

#4875e6 hex color red value is 72, green value is 117 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #4875e6 hue: 0.62 , saturation: 0.76 and the lightness value of 4875e6 is 0.59.

The process color (four color CMYK) of #4875e6 color hex is 0.69, 0.49, 0.00, 0.10. Web safe color of #4875e6 is #3366ff. Color #4875e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01110101 11100110
Octal 110 165 346
Decimal 72 117 230
Hex 48 75 E6

RGB Percentages of Color #4875e6

%17.18
%27.92
%54.89

CMYK Percentages of Color #4875e6

%69
%49
%0
%10

Triadic Colors of #4875e6

#4875e6 #e64875 #75e648

Analogous Colors of #4875e6

#4875e6 #6a48e6 #48c4e6

Monochromatic Colors of #4875e6

#4875e6

Complementary Color

#4875e6 #e6b948

#4875e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4875e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4875e6 Color CSS Codes

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

#4875e6 Text Font Color

<p style="color:#4875e6">Text here</p>

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


#4875e6 Background Color

<div style="background-color:#4875e6">
Div content here</div>

This div background color is #4875e6


#4875e6 Border Color

<div style="border:3px solid #4875e6">
Div here</div>

This div border color is #4875e6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,117,230, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4875e6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4875e6;
  -webkit-box-shadow: 1px 1px 3px 2px #4875e6;
  box-shadow:         1px 1px 3px 2px #4875e6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4875e6


Comments

No comments written yet.

Please login to write comment.