Html Css Color HEX #4C72BF Havelock Blue

📋 copy color: '#4C72BF'

red 76 ◦ green 114 ◦ blue 191

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

Shades of Havelock Blue #4C72BF

Tints of Havelock Blue #4C72BF

RGB

 RED value IS 76 (30.08% from 255) = 19.95%

 GREEN value IS 114 (44.92% from 255) = 29.92%

 BLUE value IS 191 (75% from 255) = 50.13%

R = 19.95%
G = 29.92%
B = 50.13%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C72BF (or 0x4C72BF) is known color: Havelock Blue. HEX triplet: 4C, 72 and BF. RGB value is (76,114,191). Sum of RGB (Red+Green+Blue) = 76+114+191=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C72BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C72BF is #B38D40. Grayscale: #6F6F6F. Windows color (decimal): -11767105 or 12546636. OLE color: 12546636.

HSL color Cylindrical-coordinate representation of color #4C72BF: hue angle of 220.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C72BF is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 114 191 -
CMYK 0.60 0.40 0 0.25
HSL 220.17º 0.47% 0.52% -
HSV(B) 220.17º 0.6% 0.75% -
XYZ 18.4 17.33 51.67 -
YUV 111.42 172.91 102.74 -
System Red Green Blue C M Y K H S L
Decimal 76 114 191 0.60 0.40 0 0.25 220.17 0.47 0.52
Hex 4C 72 BF 3C 28 0 19 DC 2F 34
Octal 114 162 277 74 50 0 31 334 57 64
Binary 1001100 1110010 10111111 111100 101000 0 11001 11011100 101111 110100

Color Harmonies of #4C72BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C72BF

Black with #4C72BF

Text Example


Text Example

White with #4C72BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C72BF; }

 p { color: rgb(76,114,191); }

 H1.HeaderClassName
 {
   color: #4C72BF;
 }
 .AnyTagClassName
 {
   color: #4C72BF;
 }
</style>

background-color css

<style>
 a { background-color: #4C72BF; }

 a { background-color: rgb(76,114,191); }

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

border-color css

<style>
 span { border-color: #4C72BF; }

 span { border-color: rgb(76,114,191); }

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