Html Css Color HEX #4479CB Havelock Blue

📋 copy color: '#4479CB'

red 68 ◦ green 121 ◦ blue 203

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

Shades of Havelock Blue #4479CB

Tints of Havelock Blue #4479CB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.87%

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

R = 17.35%
G = 30.87%
B = 51.79%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4479CB (or 0x4479CB) is known color: Havelock Blue. HEX triplet: 44, 79 and CB. RGB value is (68,121,203). Sum of RGB (Red+Green+Blue) = 68+121+203=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #4479CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4479CB is #BB8634. Grayscale: #727272. Windows color (decimal): -12289589 or 13334852. OLE color: 13334852.

HSL color Cylindrical-coordinate representation of color #4479CB: hue angle of 216.44º 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 #4479CB is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 121 203 -
CMYK 0.67 0.40 0 0.20
HSL 216.44º 0.56% 0.53% -
HSV(B) 216.44º 0.67% 0.8% -
XYZ 20 19.22 59.15 -
YUV 114.5 177.94 94.83 -
System Red Green Blue C M Y K H S L
Decimal 68 121 203 0.67 0.40 0 0.20 216.44 0.56 0.53
Hex 44 79 CB 43 28 0 14 D8 38 35
Octal 104 171 313 103 50 0 24 330 70 65
Binary 1000100 1111001 11001011 1000011 101000 0 10100 11011000 111000 110101

Color Harmonies of #4479CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4479CB

Black with #4479CB

Text Example


Text Example

White with #4479CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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