Html Css Color HEX #4C71BE Havelock Blue

📋 copy color: '#4C71BE'

red 76 ◦ green 113 ◦ blue 190

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

Shades of Havelock Blue #4C71BE

Tints of Havelock Blue #4C71BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 20.05%
G = 29.82%
B = 50.13%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C71BE (or 0x4C71BE) is known color: Havelock Blue. HEX triplet: 4C, 71 and BE. RGB value is (76,113,190). Sum of RGB (Red+Green+Blue) = 76+113+190=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C71BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C71BE is #B38E41. Grayscale: #6E6E6E. Windows color (decimal): -11767362 or 12480844. OLE color: 12480844.

HSL color Cylindrical-coordinate representation of color #4C71BE: hue angle of 220.53º 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 #4C71BE is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 113 190 -
CMYK 0.60 0.41 0 0.25
HSL 220.53º 0.47% 0.52% -
HSV(B) 220.53º 0.6% 0.75% -
XYZ 18.18 17.06 51.05 -
YUV 110.72 172.74 103.24 -
System Red Green Blue C M Y K H S L
Decimal 76 113 190 0.60 0.41 0 0.25 220.53 0.47 0.52
Hex 4C 71 BE 3C 29 0 19 DD 2F 34
Octal 114 161 276 74 51 0 31 335 57 64
Binary 1001100 1110001 10111110 111100 101001 0 11001 11011101 101111 110100

Color Harmonies of #4C71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C71BE

Black with #4C71BE

Text Example


Text Example

White with #4C71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,113,190); }

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

background-color css

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

 a { background-color: rgb(76,113,190); }

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

border-color css

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

 span { border-color: rgb(76,113,190); }

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