Html Css Color HEX #478ECE Havelock Blue

📋 copy color: '#478ECE'

red 71 ◦ green 142 ◦ blue 206

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

Shades of Havelock Blue #478ECE

Tints of Havelock Blue #478ECE

RGB

 RED value IS 71 (28.13% from 255) = 16.95%

 GREEN value IS 142 (55.86% from 255) = 33.89%

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

R = 16.95%
G = 33.89%
B = 49.16%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#478ECE (or 0x478ECE) is known color: Havelock Blue. HEX triplet: 47, 8E and CE. RGB value is (71,142,206). Sum of RGB (Red+Green+Blue) = 71+142+206=419 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.95% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #478ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ECE is #B87131. Grayscale: #7F7F7F. Windows color (decimal): -12087602 or 13536839. OLE color: 13536839.

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

Color convert

RGB 71 142 206 -
CMYK 0.66 0.31 0 0.19
HSL 208.44º 0.58% 0.54% -
HSV(B) 208.44º 0.66% 0.81% -
XYZ 23.41 25.14 62.01 -
YUV 128.07 171.98 87.3 -
System Red Green Blue C M Y K H S L
Decimal 71 142 206 0.66 0.31 0 0.19 208.44 0.58 0.54
Hex 47 8E CE 42 1F 0 13 D0 3A 36
Octal 107 216 316 102 37 0 23 320 72 66
Binary 1000111 10001110 11001110 1000010 11111 0 10011 11010000 111010 110110

Color Harmonies of #478ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478ECE

Black with #478ECE

Text Example


Text Example

White with #478ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478ECE; }

 p { color: rgb(71,142,206); }

 H1.HeaderClassName
 {
   color: #478ECE;
 }
 .AnyTagClassName
 {
   color: #478ECE;
 }
</style>

background-color css

<style>
 a { background-color: #478ECE; }

 a { background-color: rgb(71,142,206); }

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

border-color css

<style>
 span { border-color: #478ECE; }

 span { border-color: rgb(71,142,206); }

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