#478491

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

Shades of Hippie Blue #478491

Tints of Hippie Blue #478491

Color information

#478491 (or 0x478491) is unknown color: approx Hippie Blue. HEX triplet: 47, 84 and 91. RGB value is (71,132,145). Sum of RGB (Red+Green+Blue) = 71+132+145=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #478491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478491 is #B87B6E. Grayscale: #737373. Windows color (decimal): -12090223 or 9536583. OLE color: 9536583.

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

Color convert

RGB71132145-
CMYK0.510.0900.43
HSL190.54º34.26%42.35%-
HSV(B)190.54º51.03%56.86%-
XYZ15.9619.8929.79-
YUV115.24144.7996.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.40%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 145 (57.03% from 255) = 41.67%
R=20.40%
G=37.93%
B=41.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711321450.510.0900.43190.5434.2642.35
Hex47849133902Bbf222a
Octal10720422163110532774252
Binary100011110000100100100011100111001010101110111111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478491; }

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

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

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

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

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

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

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

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