Html Css Color HEX #4874CB Havelock Blue

📋 copy color: '#4874CB'

red 72 ◦ green 116 ◦ blue 203

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

Shades of Havelock Blue #4874CB

Tints of Havelock Blue #4874CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.67%

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

R = 18.41%
G = 29.67%
B = 51.92%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4874CB (or 0x4874CB) is known color: Havelock Blue. HEX triplet: 48, 74 and CB. RGB value is (72,116,203). Sum of RGB (Red+Green+Blue) = 72+116+203=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #4874CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4874CB is #B78B34. Grayscale: #707070. Windows color (decimal): -12028725 or 13333576. OLE color: 13333576.

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

Color convert

RGB 72 116 203 -
CMYK 0.65 0.43 0 0.20
HSL 219.85º 0.56% 0.54% -
HSV(B) 219.85º 0.65% 0.8% -
XYZ 19.7 18.18 58.97 -
YUV 112.76 178.92 98.93 -
System Red Green Blue C M Y K H S L
Decimal 72 116 203 0.65 0.43 0 0.20 219.85 0.56 0.54
Hex 48 74 CB 41 2B 0 14 DC 38 36
Octal 110 164 313 101 53 0 24 334 70 66
Binary 1001000 1110100 11001011 1000001 101011 0 10100 11011100 111000 110110

Color Harmonies of #4874CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4874CB

Black with #4874CB

Text Example


Text Example

White with #4874CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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