Html Css Color HEX #478DCE Havelock Blue

📋 copy color: '#478DCE'

red 71 ◦ green 141 ◦ blue 206

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

Shades of Havelock Blue #478DCE

Tints of Havelock Blue #478DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.73%

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

R = 16.99%
G = 33.73%
B = 49.28%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#478DCE (or 0x478DCE) is known color: Havelock Blue. HEX triplet: 47, 8D and CE. RGB value is (71,141,206). Sum of RGB (Red+Green+Blue) = 71+141+206=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #478DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DCE is #B87231. Grayscale: #7F7F7F. Windows color (decimal): -12087858 or 13536583. OLE color: 13536583.

HSL color Cylindrical-coordinate representation of color #478DCE: hue angle of 208.89º 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 #478DCE is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 141 206 -
CMYK 0.66 0.32 0 0.19
HSL 208.89º 0.58% 0.54% -
HSV(B) 208.89º 0.66% 0.81% -
XYZ 23.26 24.85 61.96 -
YUV 127.48 172.31 87.71 -
System Red Green Blue C M Y K H S L
Decimal 71 141 206 0.66 0.32 0 0.19 208.89 0.58 0.54
Hex 47 8D CE 42 20 0 13 D1 3A 36
Octal 107 215 316 102 40 0 23 321 72 66
Binary 1000111 10001101 11001110 1000010 100000 0 10011 11010001 111010 110110

Color Harmonies of #478DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478DCE

Black with #478DCE

Text Example


Text Example

White with #478DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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