Html Css Color HEX #4478CD Havelock Blue

📋 copy color: '#4478CD'

red 68 ◦ green 120 ◦ blue 205

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

Shades of Havelock Blue #4478CD

Tints of Havelock Blue #4478CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 17.3%
G = 30.53%
B = 52.16%

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

#4478CD (or 0x4478CD) is known color: Havelock Blue. HEX triplet: 44, 78 and CD. RGB value is (68,120,205). Sum of RGB (Red+Green+Blue) = 68+120+205=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #4478CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4478CD is #BB8732. Grayscale: #717171. Windows color (decimal): -12289843 or 13465668. OLE color: 13465668.

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

Color convert

RGB 68 120 205 -
CMYK 0.67 0.41 0 0.20
HSL 217.23º 0.58% 0.54% -
HSV(B) 217.23º 0.67% 0.8% -
XYZ 20.12 19.07 60.38 -
YUV 114.14 179.27 95.09 -
System Red Green Blue C M Y K H S L
Decimal 68 120 205 0.67 0.41 0 0.20 217.23 0.58 0.54
Hex 44 78 CD 43 29 0 14 D9 3A 36
Octal 104 170 315 103 51 0 24 331 72 66
Binary 1000100 1111000 11001101 1000011 101001 0 10100 11011001 111010 110110

Color Harmonies of #4478CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4478CD

Black with #4478CD

Text Example


Text Example

White with #4478CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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