#469A95

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

Shades of Blue Chill #469A95

Tints of Blue Chill #469A95

Color information

#469A95 (or 0x469A95) is unknown color: approx Blue Chill. HEX triplet: 46, 9A and 95. RGB value is (70,154,149). Sum of RGB (Red+Green+Blue) = 70+154+149=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 154 - color contains mainly: green. Hex color #469A95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469A95 is #B9656A. Grayscale: #808080. Windows color (decimal): -12150123 or 9804358. OLE color: 9804358.

HSL color Cylindrical-coordinate representation of color #469A95: hue angle of 176.43º 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 #469A95 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB70154149-
CMYK0.5500.030.40
HSL176.43º37.5%43.92%-
HSV(B)176.43º54.55%60.39%-
XYZ19.5126.5832.54-
YUV128.31139.6786.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.77%
GREEN value IS 154 (60.55% from 255) = 41.29%
BLUE value IS 149 (58.59% from 255) = 39.95%
R=18.77%
G=41.29%
B=39.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701541490.5500.030.40176.4337.543.92
Hex469A95370328b0262c
Octal1062322256703502604654
Binary1000110100110101001010111011101110100010110000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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