Html Css Color HEX #4875CC Havelock Blue

📋 copy color: '#4875CC'

red 72 ◦ green 117 ◦ blue 204

#4875CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #4875CC

Tints of Havelock Blue #4875CC

RGB

 RED value IS 72 (28.52% from 255) = 18.32%

 GREEN value IS 117 (46.09% from 255) = 29.77%

 BLUE value IS 204 (80.08% from 255) = 51.91%

R = 18.32%
G = 29.77%
B = 51.91%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4875CC (or 0x4875CC) is known color: Havelock Blue. HEX triplet: 48, 75 and CC. RGB value is (72,117,204). Sum of RGB (Red+Green+Blue) = 72+117+204=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #4875CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4875CC is #B78A33. Grayscale: #717171. Windows color (decimal): -12028468 or 13399368. OLE color: 13399368.

HSL color Cylindrical-coordinate representation of color #4875CC: hue angle of 219.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4875CC is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 117 204 -
CMYK 0.65 0.43 0 0.2
HSL 219.55º 0.56% 0.54% -
HSV(B) 219.55º 0.65% 0.8% -
XYZ 19.93 18.46 59.64 -
YUV 113.46 179.09 98.43 -
System Red Green Blue C M Y K H S L
Decimal 72 117 204 0.65 0.43 0 0.2 219.55 0.56 0.54
Hex 48 75 CC 41 2B 0 14 DC 38 36
Octal 110 165 314 101 53 0 24 334 70 66
Binary 1001000 1110101 11001100 1000001 101011 0 10100 11011100 111000 110110

Color Harmonies of #4875CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4875CC

Black with #4875CC

Text Example


Text Example

White with #4875CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4875CC; }

 p { color: rgb(72,117,204); }

 H1.HeaderClassName
 {
   color: #4875CC;
 }
 .AnyTagClassName
 {
   color: #4875CC;
 }
</style>

background-color css

<style>
 a { background-color: #4875CC; }

 a { background-color: rgb(72,117,204); }

 div.DivClassName
 {
   background-color: #4875CC;
 }
 .BgClassName
 {
   background-color: #4875CC;
 }
</style>

border-color css

<style>
 span { border-color: #4875CC; }

 span { border-color: rgb(72,117,204); }

 td.TdClassName
 {
   border-color: #4875CC;
 }
 .TagClassName
 {
   border-color: #4875CC;
 }
</style>