#47909E

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

Shades of Hippie Blue #47909E

Tints of Hippie Blue #47909E

Color information

#47909E (or 0x47909E) is unknown color: approx Hippie Blue. HEX triplet: 47, 90 and 9E. RGB value is (71,144,158). Sum of RGB (Red+Green+Blue) = 71+144+158=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #47909E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47909E is #B86F61. Grayscale: #7B7B7B. Windows color (decimal): -12087138 or 10391623. OLE color: 10391623.

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

Color convert

RGB71144158-
CMYK0.550.0900.38
HSL189.66º37.99%44.9%-
HSV(B)189.66º55.06%61.96%-
XYZ18.7423.7535.94-
YUV123.77147.3290.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.03%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=19.03%
G=38.61%
B=42.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711441580.550.0900.38189.6637.9944.9
Hex47909E379026be262d
Octal10722023667110462764655
Binary100011110010000100111101101111001010011010111110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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