#478799

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

Shades of Hippie Blue #478799

Tints of Hippie Blue #478799

Color information

#478799 (or 0x478799) is unknown color: approx Hippie Blue. HEX triplet: 47, 87 and 99. RGB value is (71,135,153). Sum of RGB (Red+Green+Blue) = 71+135+153=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #478799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478799 is #B87866. Grayscale: #757575. Windows color (decimal): -12089447 or 10061639. OLE color: 10061639.

HSL color Cylindrical-coordinate representation of color #478799: hue angle of 193.17º 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 #478799 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB71135153-
CMYK0.540.1200.4
HSL193.17º36.61%43.92%-
HSV(B)193.17º53.59%60%-
XYZ17.0120.9733.29-
YUV117.92147.894.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.78%
GREEN value IS 135 (53.12% from 255) = 37.60%
BLUE value IS 153 (60.16% from 255) = 42.62%
R=19.78%
G=37.60%
B=42.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711351530.540.1200.4193.1736.6143.92
Hex47879936C028c1252c
Octal10720723166140503014554
Binary100011110000111100110011101101100010100011000001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478799; }

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

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

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

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

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

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

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

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