#477F9C

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

Shades of Hippie Blue #477F9C

Tints of Hippie Blue #477F9C

Color information

#477F9C (or 0x477F9C) is unknown color: approx Hippie Blue. HEX triplet: 47, 7F and 9C. RGB value is (71,127,156). Sum of RGB (Red+Green+Blue) = 71+127+156=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #477F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477F9C is #B88063. Grayscale: #717171. Windows color (decimal): -12091492 or 10256199. OLE color: 10256199.

HSL color Cylindrical-coordinate representation of color #477F9C: hue angle of 200.47º 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 #477F9C is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB71127156-
CMYK0.540.1900.39
HSL200.47º37.44%44.51%-
HSV(B)200.47º54.49%61.18%-
XYZ16.1918.9234.25-
YUV113.56151.9597.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.06%
GREEN value IS 127 (50% from 255) = 35.88%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=20.06%
G=35.88%
B=44.07%

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
Decimal711271560.540.1900.39200.4737.4444.51
Hex477F9C3613027c8252d
Octal10717723466230473104555
Binary100011111111111001110011011010011010011111001000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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