Html Css Color HEX #478ECF Havelock Blue

📋 copy color: '#478ECF'

red 71 ◦ green 142 ◦ blue 207

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

Shades of Havelock Blue #478ECF

Tints of Havelock Blue #478ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 16.9%
G = 33.81%
B = 49.29%

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

#478ECF (or 0x478ECF) is known color: Havelock Blue. HEX triplet: 47, 8E and CF. RGB value is (71,142,207). Sum of RGB (Red+Green+Blue) = 71+142+207=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #478ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ECF is #B87130. Grayscale: #7F7F7F. Windows color (decimal): -12087601 or 13602375. OLE color: 13602375.

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

Color convert

RGB 71 142 207 -
CMYK 0.66 0.31 0 0.19
HSL 208.68º 0.59% 0.55% -
HSV(B) 208.68º 0.66% 0.81% -
XYZ 23.53 25.19 62.65 -
YUV 128.18 172.48 87.21 -
System Red Green Blue C M Y K H S L
Decimal 71 142 207 0.66 0.31 0 0.19 208.68 0.59 0.55
Hex 47 8E CF 42 1F 0 13 D1 3B 37
Octal 107 216 317 102 37 0 23 321 73 67
Binary 1000111 10001110 11001111 1000010 11111 0 10011 11010001 111011 110111

Color Harmonies of #478ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478ECF

Black with #478ECF

Text Example


Text Example

White with #478ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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