Html Css Color HEX #4875CB Havelock Blue

📋 copy color: '#4875CB'

red 72 ◦ green 117 ◦ blue 203

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

Shades of Havelock Blue #4875CB

Tints of Havelock Blue #4875CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.79%

R = 18.37%
G = 29.85%
B = 51.79%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4875CB (or 0x4875CB) is known color: Havelock Blue. HEX triplet: 48, 75 and CB. RGB value is (72,117,203). Sum of RGB (Red+Green+Blue) = 72+117+203=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #4875CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4875CB is #B78A34. Grayscale: #707070. Windows color (decimal): -12028469 or 13333832. OLE color: 13333832.

HSL color Cylindrical-coordinate representation of color #4875CB: hue angle of 219.39º 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 #4875CB is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 117 203 -
CMYK 0.65 0.42 0 0.20
HSL 219.39º 0.56% 0.54% -
HSV(B) 219.39º 0.65% 0.8% -
XYZ 19.81 18.41 59.01 -
YUV 113.35 178.59 98.51 -
System Red Green Blue C M Y K H S L
Decimal 72 117 203 0.65 0.42 0 0.20 219.39 0.56 0.54
Hex 48 75 CB 41 2A 0 14 DB 38 36
Octal 110 165 313 101 52 0 24 333 70 66
Binary 1001000 1110101 11001011 1000001 101010 0 10100 11011011 111000 110110

Color Harmonies of #4875CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4875CB

Black with #4875CB

Text Example


Text Example

White with #4875CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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