Html Css Color HEX #478ADB Havelock Blue

📋 copy color: '#478ADB'

red 71 ◦ green 138 ◦ blue 219

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

Shades of Havelock Blue #478ADB

Tints of Havelock Blue #478ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.24%

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

R = 16.59%
G = 32.24%
B = 51.17%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#478ADB (or 0x478ADB) is known color: Havelock Blue. HEX triplet: 47, 8A and DB. RGB value is (71,138,219). Sum of RGB (Red+Green+Blue) = 71+138+219=428 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.59% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #478ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ADB is #B87524. Grayscale: #7E7E7E. Windows color (decimal): -12088613 or 14387783. OLE color: 14387783.

HSL color Cylindrical-coordinate representation of color #478ADB: hue angle of 212.84º 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 #478ADB is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 138 219 -
CMYK 0.68 0.37 0 0.14
HSL 212.84º 0.67% 0.57% -
HSV(B) 212.84º 0.68% 0.86% -
XYZ 24.47 24.63 70.48 -
YUV 127.2 179.8 87.91 -
System Red Green Blue C M Y K H S L
Decimal 71 138 219 0.68 0.37 0 0.14 212.84 0.67 0.57
Hex 47 8A DB 44 25 0 E D5 43 39
Octal 107 212 333 104 45 0 16 325 103 71
Binary 1000111 10001010 11011011 1000100 100101 0 1110 11010101 1000011 111001

Color Harmonies of #478ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478ADB

Black with #478ADB

Text Example


Text Example

White with #478ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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