#478995

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

Shades of Hippie Blue #478995

Tints of Hippie Blue #478995

Color information

#478995 (or 0x478995) is unknown color: approx Hippie Blue. HEX triplet: 47, 89 and 95. RGB value is (71,137,149). Sum of RGB (Red+Green+Blue) = 71+137+149=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #478995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478995 is #B8766A. Grayscale: #767676. Windows color (decimal): -12088939 or 9800007. OLE color: 9800007.

HSL color Cylindrical-coordinate representation of color #478995: hue angle of 189.23º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #478995 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB71137149-
CMYK0.520.0800.42
HSL189.23º35.45%43.14%-
HSV(B)189.23º52.35%58.43%-
XYZ16.9721.431.67-
YUV118.63145.1394.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.89%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=19.89%
G=38.38%
B=41.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711371490.520.0800.42189.2335.4543.14
Hex47899534802Abd232b
Octal10721122564100522754353
Binary100011110001001100101011101001000010101010111101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478995; }

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

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

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

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

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

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

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

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