#469A99

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

Shades of Blue Chill #469A99

Tints of Blue Chill #469A99

Color information

#469A99 (or 0x469A99) is unknown color: approx Blue Chill. HEX triplet: 46, 9A and 99. RGB value is (70,154,153). Sum of RGB (Red+Green+Blue) = 70+154+153=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 154 - color contains mainly: green. Hex color #469A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469A99 is #B96566. Grayscale: #808080. Windows color (decimal): -12150119 or 10066502. OLE color: 10066502.

HSL color Cylindrical-coordinate representation of color #469A99: hue angle of 179.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469A99 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB70154153-
CMYK0.5500.010.40
HSL179.29º37.5%43.92%-
HSV(B)179.29º54.55%60.39%-
XYZ19.8326.7134.25-
YUV128.77141.6786.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 154 (60.55% from 255) = 40.85%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=18.57%
G=40.85%
B=40.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701541530.5500.010.40179.2937.543.92
Hex469A99370128b3262c
Octal1062322316701502634654
Binary100011010011010100110011101110110100010110011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469A99; }

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

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

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

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

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

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

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

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