Html Css Color HEX #478BC9 Havelock Blue

📋 copy color: '#478BC9'

red 71 ◦ green 139 ◦ blue 201

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

Shades of Havelock Blue #478BC9

Tints of Havelock Blue #478BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.91%

R = 17.27%
G = 33.82%
B = 48.91%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#478BC9 (or 0x478BC9) is known color: Havelock Blue. HEX triplet: 47, 8B and C9. RGB value is (71,139,201). Sum of RGB (Red+Green+Blue) = 71+139+201=411 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.27% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #478BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BC9 is #B87436. Grayscale: #7D7D7D. Windows color (decimal): -12088375 or 13208391. OLE color: 13208391.

HSL color Cylindrical-coordinate representation of color #478BC9: hue angle of 208.62º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #478BC9 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 139 201 -
CMYK 0.65 0.31 0 0.21
HSL 208.62º 0.55% 0.53% -
HSV(B) 208.62º 0.65% 0.79% -
XYZ 22.37 24.02 58.72 -
YUV 125.74 170.47 88.96 -
System Red Green Blue C M Y K H S L
Decimal 71 139 201 0.65 0.31 0 0.21 208.62 0.55 0.53
Hex 47 8B C9 41 1F 0 15 D1 37 35
Octal 107 213 311 101 37 0 25 321 67 65
Binary 1000111 10001011 11001001 1000001 11111 0 10101 11010001 110111 110101

Color Harmonies of #478BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BC9

Black with #478BC9

Text Example


Text Example

White with #478BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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