#478492

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

Shades of Hippie Blue #478492

Tints of Hippie Blue #478492

Color information

#478492 (or 0x478492) is unknown color: approx Hippie Blue. HEX triplet: 47, 84 and 92. RGB value is (71,132,146). Sum of RGB (Red+Green+Blue) = 71+132+146=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #478492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478492 is #B87B6D. Grayscale: #737373. Windows color (decimal): -12090222 or 9602119. OLE color: 9602119.

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

Color convert

RGB71132146-
CMYK0.510.1000.43
HSL191.2º34.56%42.55%-
HSV(B)191.2º51.37%57.25%-
XYZ16.0419.9230.19-
YUV115.36145.2996.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.34%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=20.34%
G=37.82%
B=41.83%

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
Decimal711321460.510.1000.43191.234.5642.55
Hex47849233A02Bbf232b
Octal10720422263120532774353
Binary100011110000100100100101100111010010101110111111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478492; }

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

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

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

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

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

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

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

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