#479099

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

Shades of Hippie Blue #479099

Tints of Hippie Blue #479099

Color information

#479099 (or 0x479099) is unknown color: approx Hippie Blue. HEX triplet: 47, 90 and 99. RGB value is (71,144,153). Sum of RGB (Red+Green+Blue) = 71+144+153=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #479099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479099 is #B86F66. Grayscale: #7B7B7B. Windows color (decimal): -12087143 or 10063943. OLE color: 10063943.

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

Color convert

RGB71144153-
CMYK0.540.0600.4
HSL186.59º36.61%43.92%-
HSV(B)186.59º53.59%60%-
XYZ18.3223.5933.72-
YUV123.2144.8290.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.29%
GREEN value IS 144 (56.64% from 255) = 39.13%
BLUE value IS 153 (60.16% from 255) = 41.58%
R=19.29%
G=39.13%
B=41.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711441530.540.0600.4186.5936.6143.92
Hex479099366028bb252c
Octal1072202316660502734554
Binary10001111001000010011001110110110010100010111011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479099; }

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

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

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

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

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

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

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

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