Html Css Color HEX #478BCD Havelock Blue

📋 copy color: '#478BCD'

red 71 ◦ green 139 ◦ blue 205

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

Shades of Havelock Blue #478BCD

Tints of Havelock Blue #478BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 17.11%
G = 33.49%
B = 49.4%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#478BCD (or 0x478BCD) is known color: Havelock Blue. HEX triplet: 47, 8B and CD. RGB value is (71,139,205). Sum of RGB (Red+Green+Blue) = 71+139+205=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #478BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BCD is #B87432. Grayscale: #7D7D7D. Windows color (decimal): -12088371 or 13470535. OLE color: 13470535.

HSL color Cylindrical-coordinate representation of color #478BCD: hue angle of 209.55º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #478BCD is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 139 205 -
CMYK 0.65 0.32 0 0.20
HSL 209.55º 0.57% 0.54% -
HSV(B) 209.55º 0.65% 0.8% -
XYZ 22.85 24.21 61.23 -
YUV 126.19 172.47 88.63 -
System Red Green Blue C M Y K H S L
Decimal 71 139 205 0.65 0.32 0 0.20 209.55 0.57 0.54
Hex 47 8B CD 41 20 0 14 D2 39 36
Octal 107 213 315 101 40 0 24 322 71 66
Binary 1000111 10001011 11001101 1000001 100000 0 10100 11010010 111001 110110

Color Harmonies of #478BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BCD

Black with #478BCD

Text Example


Text Example

White with #478BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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