#478391

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

Shades of Hippie Blue #478391

Tints of Hippie Blue #478391

Color information

#478391 (or 0x478391) is unknown color: approx Hippie Blue. HEX triplet: 47, 83 and 91. RGB value is (71,131,145). Sum of RGB (Red+Green+Blue) = 71+131+145=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #478391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478391 is #B87C6E. Grayscale: #727272. Windows color (decimal): -12090479 or 9536327. OLE color: 9536327.

HSL color Cylindrical-coordinate representation of color #478391: hue angle of 191.35º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #478391 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71131145-
CMYK0.510.1000.43
HSL191.35º34.26%42.35%-
HSV(B)191.35º51.03%56.86%-
XYZ15.8319.6229.74-
YUV114.66145.1296.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.46%
GREEN value IS 131 (51.56% from 255) = 37.75%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=20.46%
G=37.75%
B=41.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711311450.510.1000.43191.3534.2642.35
Hex47839133A02Bbf222a
Octal10720322163120532774252
Binary100011110000011100100011100111010010101110111111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478391; }

 p { color: rgb(71,131,145); }

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

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

 a { background-color: rgb(71,131,145); }

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

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

 span { border-color: rgb(71,131,145); }

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