Html Css Color HEX #478BDE Havelock Blue

📋 copy color: '#478BDE'

red 71 ◦ green 139 ◦ blue 222

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

Shades of Havelock Blue #478BDE

Tints of Havelock Blue #478BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 16.44%
G = 32.18%
B = 51.39%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#478BDE (or 0x478BDE) is known color: Havelock Blue. HEX triplet: 47, 8B and DE. RGB value is (71,139,222). Sum of RGB (Red+Green+Blue) = 71+139+222=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #478BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BDE is #B87421. Grayscale: #7F7F7F. Windows color (decimal): -12088354 or 14584647. OLE color: 14584647.

HSL color Cylindrical-coordinate representation of color #478BDE: hue angle of 212.98º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #478BDE is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 139 222 -
CMYK 0.68 0.37 0 0.13
HSL 212.98º 0.7% 0.57% -
HSV(B) 212.98º 0.68% 0.87% -
XYZ 25.02 25.08 72.63 -
YUV 128.13 180.97 87.25 -
System Red Green Blue C M Y K H S L
Decimal 71 139 222 0.68 0.37 0 0.13 212.98 0.7 0.57
Hex 47 8B DE 44 25 0 D D5 46 39
Octal 107 213 336 104 45 0 15 325 106 71
Binary 1000111 10001011 11011110 1000100 100101 0 1101 11010101 1000110 111001

Color Harmonies of #478BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BDE

Black with #478BDE

Text Example


Text Example

White with #478BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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