#477E9F

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

Shades of Hippie Blue #477E9F

Tints of Hippie Blue #477E9F

Color information

#477E9F (or 0x477E9F) is unknown color: approx Hippie Blue. HEX triplet: 47, 7E and 9F. RGB value is (71,126,159). Sum of RGB (Red+Green+Blue) = 71+126+159=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #477E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477E9F is #B88160. Grayscale: #717171. Windows color (decimal): -12091745 or 10452551. OLE color: 10452551.

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

Color convert

RGB71126159-
CMYK0.550.2100.38
HSL202.5º38.26%45.1%-
HSV(B)202.5º55.35%62.35%-
XYZ16.3218.7635.56-
YUV113.32153.7897.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 126 (49.61% from 255) = 35.39%
BLUE value IS 159 (62.5% from 255) = 44.66%
R=19.94%
G=35.39%
B=44.66%

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
Decimal711261590.550.2100.38202.538.2645.1
Hex477E9F3715026ca262d
Octal10717623767250463124655
Binary100011111111101001111111011110101010011011001010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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