#477D9E

Color #477D9E Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #477D9E

Tints of Hippie Blue #477D9E

Color information

#477D9E (or 0x477D9E) is unknown color: approx Hippie Blue. HEX triplet: 47, 7D and 9E. RGB value is (71,125,158). Sum of RGB (Red+Green+Blue) = 71+125+158=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #477D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477D9E is #B88261. Grayscale: #707070. Windows color (decimal): -12092002 or 10386759. OLE color: 10386759.

HSL color Cylindrical-coordinate representation of color #477D9E: hue angle of 202.76º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #477D9E is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB71125158-
CMYK0.550.2100.38
HSL202.76º37.99%44.9%-
HSV(B)202.76º55.06%61.96%-
XYZ16.118.4835.07-
YUV112.62153.6198.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.06%
GREEN value IS 125 (49.22% from 255) = 35.31%
BLUE value IS 158 (62.11% from 255) = 44.63%
R=20.06%
G=35.31%
B=44.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711251580.550.2100.38202.7637.9944.9
Hex477D9E3715026cb262d
Octal10717523667250463134655
Binary100011111111011001111011011110101010011011001011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477D9E; }

 p { color: rgb(71,125,158); }

 H1.HeaderClassName
 {
   color: #477D9E;
 }
 .AnyTagClassName
 {
   color: #477D9E;
 }
</style>
background-color css

<style>
 a { background-color: #477D9E; }

 a { background-color: rgb(71,125,158); }

 div.DivClassName
 {
   background-color: #477D9E;
 }
 .BgClassName
 {
   background-color: #477D9E;
 }
</style>
border-color css

<style>
 span { border-color: #477D9E; }

 span { border-color: rgb(71,125,158); }

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