Html Css Color HEX #478CDB Havelock Blue

📋 copy color: '#478CDB'

red 71 ◦ green 140 ◦ blue 219

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

Shades of Havelock Blue #478CDB

Tints of Havelock Blue #478CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.56%

 BLUE value IS 219 (85.94% from 255) = 50.93%

R = 16.51%
G = 32.56%
B = 50.93%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#478CDB (or 0x478CDB) is known color: Havelock Blue. HEX triplet: 47, 8C and DB. RGB value is (71,140,219). Sum of RGB (Red+Green+Blue) = 71+140+219=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #478CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CDB is #B87324. Grayscale: #7F7F7F. Windows color (decimal): -12088101 or 14388295. OLE color: 14388295.

HSL color Cylindrical-coordinate representation of color #478CDB: hue angle of 212.03º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #478CDB is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 140 219 -
CMYK 0.68 0.36 0 0.14
HSL 212.03º 0.67% 0.57% -
HSV(B) 212.03º 0.68% 0.86% -
XYZ 24.76 25.21 70.58 -
YUV 128.38 179.14 87.08 -
System Red Green Blue C M Y K H S L
Decimal 71 140 219 0.68 0.36 0 0.14 212.03 0.67 0.57
Hex 47 8C DB 44 24 0 E D4 43 39
Octal 107 214 333 104 44 0 16 324 103 71
Binary 1000111 10001100 11011011 1000100 100100 0 1110 11010100 1000011 111001

Color Harmonies of #478CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478CDB

Black with #478CDB

Text Example


Text Example

White with #478CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,140,219); }

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

background-color css

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

 a { background-color: rgb(71,140,219); }

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

border-color css

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

 span { border-color: rgb(71,140,219); }

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