#478591

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

Shades of Hippie Blue #478591

Tints of Hippie Blue #478591

Color information

#478591 (or 0x478591) is unknown color: approx Hippie Blue. HEX triplet: 47, 85 and 91. RGB value is (71,133,145). Sum of RGB (Red+Green+Blue) = 71+133+145=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #478591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478591 is #B87A6E. Grayscale: #737373. Windows color (decimal): -12089967 or 9536839. OLE color: 9536839.

HSL color Cylindrical-coordinate representation of color #478591: hue angle of 189.73º 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 #478591 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71133145-
CMYK0.510.0800.43
HSL189.73º34.26%42.35%-
HSV(B)189.73º51.03%56.86%-
XYZ16.120.1629.83-
YUV115.83144.4696.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.34%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 145 (57.03% from 255) = 41.55%
R=20.34%
G=38.11%
B=41.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711331450.510.0800.43189.7334.2642.35
Hex47859133802Bbe222a
Octal10720522163100532764252
Binary100011110000101100100011100111000010101110111110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478591; }

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

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

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

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

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

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

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

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