Html Css Color HEX #478ECB Havelock Blue

📋 copy color: '#478ECB'

red 71 ◦ green 142 ◦ blue 203

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

Shades of Havelock Blue #478ECB

Tints of Havelock Blue #478ECB

RGB

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

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

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

R = 17.07%
G = 34.13%
B = 48.8%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#478ECB (or 0x478ECB) is known color: Havelock Blue. HEX triplet: 47, 8E and CB. RGB value is (71,142,203). Sum of RGB (Red+Green+Blue) = 71+142+203=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #478ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ECB is #B87134. Grayscale: #7F7F7F. Windows color (decimal): -12087605 or 13340231. OLE color: 13340231.

HSL color Cylindrical-coordinate representation of color #478ECB: hue angle of 207.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #478ECB is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 142 203 -
CMYK 0.65 0.30 0 0.20
HSL 207.73º 0.56% 0.54% -
HSV(B) 207.73º 0.65% 0.8% -
XYZ 23.05 25 60.11 -
YUV 127.73 170.48 87.54 -
System Red Green Blue C M Y K H S L
Decimal 71 142 203 0.65 0.30 0 0.20 207.73 0.56 0.54
Hex 47 8E CB 41 1E 0 14 D0 38 36
Octal 107 216 313 101 36 0 24 320 70 66
Binary 1000111 10001110 11001011 1000001 11110 0 10100 11010000 111000 110110

Color Harmonies of #478ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478ECB

Black with #478ECB

Text Example


Text Example

White with #478ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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