Html Css Color HEX #4476CB Havelock Blue

📋 copy color: '#4476CB'

red 68 ◦ green 118 ◦ blue 203

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

Shades of Havelock Blue #4476CB

Tints of Havelock Blue #4476CB

RGB

 RED value IS 68 (26.95% from 255) = 17.48%

 GREEN value IS 118 (46.48% from 255) = 30.33%

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

R = 17.48%
G = 30.33%
B = 52.19%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4476CB (or 0x4476CB) is known color: Havelock Blue. HEX triplet: 44, 76 and CB. RGB value is (68,118,203). Sum of RGB (Red+Green+Blue) = 68+118+203=389 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.48% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #4476CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4476CB is #BB8934. Grayscale: #707070. Windows color (decimal): -12290357 or 13334084. OLE color: 13334084.

HSL color Cylindrical-coordinate representation of color #4476CB: hue angle of 217.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4476CB is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 118 203 -
CMYK 0.67 0.42 0 0.20
HSL 217.78º 0.56% 0.53% -
HSV(B) 217.78º 0.67% 0.8% -
XYZ 19.64 18.5 59.04 -
YUV 112.74 178.94 96.09 -
System Red Green Blue C M Y K H S L
Decimal 68 118 203 0.67 0.42 0 0.20 217.78 0.56 0.53
Hex 44 76 CB 43 2A 0 14 DA 38 35
Octal 104 166 313 103 52 0 24 332 70 65
Binary 1000100 1110110 11001011 1000011 101010 0 10100 11011010 111000 110101

Color Harmonies of #4476CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4476CB

Black with #4476CB

Text Example


Text Example

White with #4476CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,118,203); }

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

background-color css

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

 a { background-color: rgb(68,118,203); }

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

border-color css

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

 span { border-color: rgb(68,118,203); }

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