Html Css Color HEX #478BDB Havelock Blue

📋 copy color: '#478BDB'

red 71 ◦ green 139 ◦ blue 219

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

Shades of Havelock Blue #478BDB

Tints of Havelock Blue #478BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.4%

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

R = 16.55%
G = 32.4%
B = 51.05%

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

#478BDB (or 0x478BDB) is known color: Havelock Blue. HEX triplet: 47, 8B and DB. RGB value is (71,139,219). Sum of RGB (Red+Green+Blue) = 71+139+219=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #478BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BDB is #B87424. Grayscale: #7F7F7F. Windows color (decimal): -12088357 or 14388039. OLE color: 14388039.

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

Color convert

RGB 71 139 219 -
CMYK 0.68 0.37 0 0.14
HSL 212.43º 0.67% 0.57% -
HSV(B) 212.43º 0.68% 0.86% -
XYZ 24.62 24.92 70.53 -
YUV 127.79 179.47 87.5 -
System Red Green Blue C M Y K H S L
Decimal 71 139 219 0.68 0.37 0 0.14 212.43 0.67 0.57
Hex 47 8B DB 44 25 0 E D4 43 39
Octal 107 213 333 104 45 0 16 324 103 71
Binary 1000111 10001011 11011011 1000100 100101 0 1110 11010100 1000011 111001

Color Harmonies of #478BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BDB

Black with #478BDB

Text Example


Text Example

White with #478BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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