Html Css Color HEX #478ADC Havelock Blue

📋 copy color: '#478ADC'

red 71 ◦ green 138 ◦ blue 220

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

Shades of Havelock Blue #478ADC

Tints of Havelock Blue #478ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 16.55%
G = 32.17%
B = 51.28%

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

#478ADC (or 0x478ADC) is known color: Havelock Blue. HEX triplet: 47, 8A and DC. RGB value is (71,138,220). Sum of RGB (Red+Green+Blue) = 71+138+220=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #478ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ADC is #B87523. Grayscale: #7E7E7E. Windows color (decimal): -12088612 or 14453319. OLE color: 14453319.

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

Color convert

RGB 71 138 220 -
CMYK 0.68 0.37 0 0.14
HSL 213.02º 0.68% 0.57% -
HSV(B) 213.02º 0.68% 0.86% -
XYZ 24.61 24.68 71.18 -
YUV 127.32 180.3 87.83 -
System Red Green Blue C M Y K H S L
Decimal 71 138 220 0.68 0.37 0 0.14 213.02 0.68 0.57
Hex 47 8A DC 44 25 0 E D5 44 39
Octal 107 212 334 104 45 0 16 325 104 71
Binary 1000111 10001010 11011100 1000100 100101 0 1110 11010101 1000100 111001

Color Harmonies of #478ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478ADC

Black with #478ADC

Text Example


Text Example

White with #478ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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