#478892

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

Shades of Hippie Blue #478892

Tints of Hippie Blue #478892

Color information

#478892 (or 0x478892) is unknown color: approx Hippie Blue. HEX triplet: 47, 88 and 92. RGB value is (71,136,146). Sum of RGB (Red+Green+Blue) = 71+136+146=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #478892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478892 is #B8776D. Grayscale: #757575. Windows color (decimal): -12089198 or 9603143. OLE color: 9603143.

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

Color convert

RGB71136146-
CMYK0.510.0700.43
HSL188º34.56%42.55%-
HSV(B)188º51.37%57.25%-
XYZ16.5921.0230.38-
YUV117.7143.9794.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.11%
GREEN value IS 136 (53.52% from 255) = 38.53%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=20.11%
G=38.53%
B=41.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711361460.510.0700.4318834.5642.55
Hex47889233702Bbc232b
Octal1072102226370532744353
Binary10001111000100010010010110011111010101110111100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478892; }

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

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

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

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

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

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

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

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