#477E9E

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

Shades of Hippie Blue #477E9E

Tints of Hippie Blue #477E9E

Color information

#477E9E (or 0x477E9E) is unknown color: approx Hippie Blue. HEX triplet: 47, 7E and 9E. RGB value is (71,126,158). Sum of RGB (Red+Green+Blue) = 71+126+158=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #477E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477E9E is #B88161. Grayscale: #717171. Windows color (decimal): -12091746 or 10387015. OLE color: 10387015.

HSL color Cylindrical-coordinate representation of color #477E9E: hue angle of 202.07º 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 #477E9E is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB71126158-
CMYK0.550.2000.38
HSL202.07º37.99%44.9%-
HSV(B)202.07º55.06%61.96%-
XYZ16.2318.7335.11-
YUV113.2153.2897.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 158 (62.11% from 255) = 44.51%
R=20%
G=35.49%
B=44.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711261580.550.2000.38202.0737.9944.9
Hex477E9E3714026ca262d
Octal10717623667240463124655
Binary100011111111101001111011011110100010011011001010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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