Html Css Color HEX #4577CC Havelock Blue

📋 copy color: '#4577CC'

red 69 ◦ green 119 ◦ blue 204

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

Shades of Havelock Blue #4577CC

Tints of Havelock Blue #4577CC

RGB

 RED value IS 69 (27.34% from 255) = 17.6%

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

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 17.6%
G = 30.36%
B = 52.04%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4577CC (or 0x4577CC) is known color: Havelock Blue. HEX triplet: 45, 77 and CC. RGB value is (69,119,204). Sum of RGB (Red+Green+Blue) = 69+119+204=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #4577CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4577CC is #BA8833. Grayscale: #717171. Windows color (decimal): -12224564 or 13399877. OLE color: 13399877.

HSL color Cylindrical-coordinate representation of color #4577CC: hue angle of 217.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4577CC is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 119 204 -
CMYK 0.66 0.42 0 0.2
HSL 217.78º 0.57% 0.54% -
HSV(B) 217.78º 0.66% 0.8% -
XYZ 19.95 18.82 59.71 -
YUV 113.74 178.94 96.09 -
System Red Green Blue C M Y K H S L
Decimal 69 119 204 0.66 0.42 0 0.2 217.78 0.57 0.54
Hex 45 77 CC 42 2A 0 14 DA 39 36
Octal 105 167 314 102 52 0 24 332 71 66
Binary 1000101 1110111 11001100 1000010 101010 0 10100 11011010 111001 110110

Color Harmonies of #4577CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4577CC

Black with #4577CC

Text Example


Text Example

White with #4577CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4577CC; }

 p { color: rgb(69,119,204); }

 H1.HeaderClassName
 {
   color: #4577CC;
 }
 .AnyTagClassName
 {
   color: #4577CC;
 }
</style>

background-color css

<style>
 a { background-color: #4577CC; }

 a { background-color: rgb(69,119,204); }

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

border-color css

<style>
 span { border-color: #4577CC; }

 span { border-color: rgb(69,119,204); }

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