Html Css Color HEX #4478CE Havelock Blue

📋 copy color: '#4478CE'

red 68 ◦ green 120 ◦ blue 206

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

Shades of Havelock Blue #4478CE

Tints of Havelock Blue #4478CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 17.26%
G = 30.46%
B = 52.28%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4478CE (or 0x4478CE) is known color: Havelock Blue. HEX triplet: 44, 78 and CE. RGB value is (68,120,206). Sum of RGB (Red+Green+Blue) = 68+120+206=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #4478CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4478CE is #BB8731. Grayscale: #717171. Windows color (decimal): -12289842 or 13531204. OLE color: 13531204.

HSL color Cylindrical-coordinate representation of color #4478CE: hue angle of 217.39º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4478CE is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 120 206 -
CMYK 0.67 0.42 0 0.19
HSL 217.39º 0.58% 0.54% -
HSV(B) 217.39º 0.67% 0.81% -
XYZ 20.24 19.12 61.02 -
YUV 114.26 179.77 95.01 -
System Red Green Blue C M Y K H S L
Decimal 68 120 206 0.67 0.42 0 0.19 217.39 0.58 0.54
Hex 44 78 CE 43 2A 0 13 D9 3A 36
Octal 104 170 316 103 52 0 23 331 72 66
Binary 1000100 1111000 11001110 1000011 101010 0 10011 11011001 111010 110110

Color Harmonies of #4478CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4478CE

Black with #4478CE

Text Example


Text Example

White with #4478CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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