#478992

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

Shades of Hippie Blue #478992

Tints of Hippie Blue #478992

Color information

#478992 (or 0x478992) is unknown color: approx Hippie Blue. HEX triplet: 47, 89 and 92. RGB value is (71,137,146). Sum of RGB (Red+Green+Blue) = 71+137+146=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #478992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478992 is #B8766D. Grayscale: #767676. Windows color (decimal): -12088942 or 9603399. OLE color: 9603399.

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

Color convert

RGB71137146-
CMYK0.510.0600.43
HSL187.2º34.56%42.55%-
HSV(B)187.2º51.37%57.25%-
XYZ16.7321.3130.42-
YUV118.29143.6394.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.06%
GREEN value IS 137 (53.91% from 255) = 38.70%
BLUE value IS 146 (57.42% from 255) = 41.24%
R=20.06%
G=38.70%
B=41.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711371460.510.0600.43187.234.5642.55
Hex47899233602Bbb232b
Octal1072112226360532734353
Binary10001111000100110010010110011110010101110111011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478992; }

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

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

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

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

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

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

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

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