#478599

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

Shades of Hippie Blue #478599

Tints of Hippie Blue #478599

Color information

#478599 (or 0x478599) is unknown color: approx Hippie Blue. HEX triplet: 47, 85 and 99. RGB value is (71,133,153). Sum of RGB (Red+Green+Blue) = 71+133+153=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #478599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478599 is #B87A66. Grayscale: #747474. Windows color (decimal): -12089959 or 10061127. OLE color: 10061127.

HSL color Cylindrical-coordinate representation of color #478599: hue angle of 194.63º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #478599 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB71133153-
CMYK0.540.1300.4
HSL194.63º36.61%43.92%-
HSV(B)194.63º53.59%60%-
XYZ16.7420.4133.2-
YUV116.74148.4695.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.89%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=19.89%
G=37.25%
B=42.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711331530.540.1300.4194.6336.6143.92
Hex47859936D028c3252c
Octal10720523166150503034554
Binary100011110000101100110011101101101010100011000011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478599; }

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

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

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

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

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

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

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

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