Html Css Color HEX #4C77BC Havelock Blue

📋 copy color: '#4C77BC'

red 76 ◦ green 119 ◦ blue 188

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

Shades of Havelock Blue #4C77BC

Tints of Havelock Blue #4C77BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.07%

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 19.84%
G = 31.07%
B = 49.09%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C77BC (or 0x4C77BC) is known color: Havelock Blue. HEX triplet: 4C, 77 and BC. RGB value is (76,119,188). Sum of RGB (Red+Green+Blue) = 76+119+188=383 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.84% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C77BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C77BC is #B38843. Grayscale: #717171. Windows color (decimal): -11765828 or 12351308. OLE color: 12351308.

HSL color Cylindrical-coordinate representation of color #4C77BC: hue angle of 216.96º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C77BC is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 119 188 -
CMYK 0.60 0.37 0 0.26
HSL 216.96º 0.46% 0.52% -
HSV(B) 216.96º 0.6% 0.74% -
XYZ 18.65 18.36 50.14 -
YUV 114.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 76 119 188 0.60 0.37 0 0.26 216.96 0.46 0.52
Hex 4C 77 BC 3C 25 0 1A D9 2E 34
Octal 114 167 274 74 45 0 32 331 56 64
Binary 1001100 1110111 10111100 111100 100101 0 11010 11011001 101110 110100

Color Harmonies of #4C77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C77BC

Black with #4C77BC

Text Example


Text Example

White with #4C77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,119,188); }

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

background-color css

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

 a { background-color: rgb(76,119,188); }

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

border-color css

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

 span { border-color: rgb(76,119,188); }

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