#469099

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

Shades of Hippie Blue #469099

Tints of Hippie Blue #469099

Color information

#469099 (or 0x469099) is unknown color: approx Hippie Blue. HEX triplet: 46, 90 and 99. RGB value is (70,144,153). Sum of RGB (Red+Green+Blue) = 70+144+153=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #469099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469099 is #B96F66. Grayscale: #7A7A7A. Windows color (decimal): -12152679 or 10063942. OLE color: 10063942.

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

Color convert

RGB70144153-
CMYK0.540.0600.4
HSL186.51º37.22%43.73%-
HSV(B)186.51º54.25%60%-
XYZ18.2523.5533.72-
YUV122.9144.9890.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.07%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=19.07%
G=39.24%
B=41.69%

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
Decimal701441530.540.0600.4186.5137.2243.73
Hex469099366028bb252c
Octal1062202316660502734554
Binary10001101001000010011001110110110010100010111011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469099; }

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

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

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

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

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

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

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

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