#47969E

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

Shades of Hippie Blue #47969E

Tints of Hippie Blue #47969E

Color information

#47969E (or 0x47969E) is unknown color: approx Hippie Blue. HEX triplet: 47, 96 and 9E. RGB value is (71,150,158). Sum of RGB (Red+Green+Blue) = 71+150+158=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #47969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47969E is #B86961. Grayscale: #7F7F7F. Windows color (decimal): -12085602 or 10393159. OLE color: 10393159.

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

Color convert

RGB71150158-
CMYK0.550.0500.38
HSL185.52º37.99%44.9%-
HSV(B)185.52º55.06%61.96%-
XYZ19.6825.6236.26-
YUV127.29145.3387.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.73%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=18.73%
G=39.58%
B=41.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711501580.550.0500.38185.5237.9944.9
Hex47969E375026ba262d
Octal1072262366750462724655
Binary10001111001011010011110110111101010011010111010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47969E; }

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

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

<style>
 a { background-color: #47969E; }

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

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

<style>
 span { border-color: #47969E; }

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

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