#477E9C

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

Shades of Hippie Blue #477E9C

Tints of Hippie Blue #477E9C

Color information

#477E9C (or 0x477E9C) is unknown color: approx Hippie Blue. HEX triplet: 47, 7E and 9C. RGB value is (71,126,156). Sum of RGB (Red+Green+Blue) = 71+126+156=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #477E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477E9C is #B88163. Grayscale: #707070. Windows color (decimal): -12091748 or 10255943. OLE color: 10255943.

HSL color Cylindrical-coordinate representation of color #477E9C: hue angle of 201.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #477E9C is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB71126156-
CMYK0.540.1900.39
HSL201.18º37.44%44.51%-
HSV(B)201.18º54.49%61.18%-
XYZ16.0618.6634.21-
YUV112.98152.2898.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.11%
GREEN value IS 126 (49.61% from 255) = 35.69%
BLUE value IS 156 (61.33% from 255) = 44.19%
R=20.11%
G=35.69%
B=44.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711261560.540.1900.39201.1837.4444.51
Hex477E9C3613027c9252d
Octal10717623466230473114555
Binary100011111111101001110011011010011010011111001001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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