#478592

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

Shades of Hippie Blue #478592

Tints of Hippie Blue #478592

Color information

#478592 (or 0x478592) is unknown color: approx Hippie Blue. HEX triplet: 47, 85 and 92. RGB value is (71,133,146). Sum of RGB (Red+Green+Blue) = 71+133+146=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #478592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478592 is #B87A6D. Grayscale: #737373. Windows color (decimal): -12089966 or 9602375. OLE color: 9602375.

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

Color convert

RGB71133146-
CMYK0.510.0900.43
HSL190.4º34.56%42.55%-
HSV(B)190.4º51.37%57.25%-
XYZ16.1720.1930.24-
YUV115.94144.9695.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.29%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=20.29%
G=38%
B=41.71%

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
Decimal711331460.510.0900.43190.434.5642.55
Hex47859233902Bbe232b
Octal10720522263110532764353
Binary100011110000101100100101100111001010101110111110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478592; }

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

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

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

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

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

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

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

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