#478490

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

Shades of Hippie Blue #478490

Tints of Hippie Blue #478490

Color information

#478490 (or 0x478490) is unknown color: approx Hippie Blue. HEX triplet: 47, 84 and 90. RGB value is (71,132,144). Sum of RGB (Red+Green+Blue) = 71+132+144=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #478490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478490 is #B87B6F. Grayscale: #737373. Windows color (decimal): -12090224 or 9471047. OLE color: 9471047.

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

Color convert

RGB71132144-
CMYK0.510.0800.44
HSL189.86º33.95%42.16%-
HSV(B)189.86º50.69%56.47%-
XYZ15.8819.8629.38-
YUV115.13144.2996.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.46%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=20.46%
G=38.04%
B=41.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711321440.510.0800.44189.8633.9542.16
Hex47849033802Cbe222a
Octal10720422063100542764252
Binary100011110000100100100001100111000010110010111110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478490; }

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

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

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

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

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

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

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

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