Html Css Color HEX #4478CB Havelock Blue

📋 copy color: '#4478CB'

red 68 ◦ green 120 ◦ blue 203

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

Shades of Havelock Blue #4478CB

Tints of Havelock Blue #4478CB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.69%

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

R = 17.39%
G = 30.69%
B = 51.92%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4478CB (or 0x4478CB) is known color: Havelock Blue. HEX triplet: 44, 78 and CB. RGB value is (68,120,203). Sum of RGB (Red+Green+Blue) = 68+120+203=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #4478CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4478CB is #BB8734. Grayscale: #717171. Windows color (decimal): -12289845 or 13334596. OLE color: 13334596.

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

Color convert

RGB 68 120 203 -
CMYK 0.67 0.41 0 0.20
HSL 216.89º 0.56% 0.53% -
HSV(B) 216.89º 0.67% 0.8% -
XYZ 19.88 18.97 59.11 -
YUV 113.91 178.27 95.25 -
System Red Green Blue C M Y K H S L
Decimal 68 120 203 0.67 0.41 0 0.20 216.89 0.56 0.53
Hex 44 78 CB 43 29 0 14 D9 38 35
Octal 104 170 313 103 51 0 24 331 70 65
Binary 1000100 1111000 11001011 1000011 101001 0 10100 11011001 111000 110101

Color Harmonies of #4478CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4478CB

Black with #4478CB

Text Example


Text Example

White with #4478CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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