#477E9D

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

Shades of Hippie Blue #477E9D

Tints of Hippie Blue #477E9D

Color information

#477E9D (or 0x477E9D) is unknown color: approx Hippie Blue. HEX triplet: 47, 7E and 9D. RGB value is (71,126,157). Sum of RGB (Red+Green+Blue) = 71+126+157=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #477E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477E9D is #B88162. Grayscale: #707070. Windows color (decimal): -12091747 or 10321479. OLE color: 10321479.

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

Color convert

RGB71126157-
CMYK0.550.2000.38
HSL201.63º37.72%44.71%-
HSV(B)201.63º54.78%61.57%-
XYZ16.1518.734.66-
YUV113.09152.7897.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.06%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 157 (61.72% from 255) = 44.35%
R=20.06%
G=35.59%
B=44.35%

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
Decimal711261570.550.2000.38201.6337.7244.71
Hex477E9D3714026ca262d
Octal10717623567240463124655
Binary100011111111101001110111011110100010011011001010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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