#469AA2

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

Shades of Blue Chill #469AA2

Tints of Blue Chill #469AA2

Color information

#469AA2 (or 0x469AA2) is unknown color: approx Blue Chill. HEX triplet: 46, 9A and A2. RGB value is (70,154,162). Sum of RGB (Red+Green+Blue) = 70+154+162=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #469AA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469AA2 is #B9655D. Grayscale: #818181. Windows color (decimal): -12150110 or 10656326. OLE color: 10656326.

HSL color Cylindrical-coordinate representation of color #469AA2: hue angle of 185.22º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #469AA2 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB70154162-
CMYK0.570.0500.36
HSL185.22º39.66%45.49%-
HSV(B)185.22º56.79%63.53%-
XYZ20.627.0238.31-
YUV129.8146.1785.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.13%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 162 (63.67% from 255) = 41.97%
R=18.13%
G=39.90%
B=41.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701541620.570.0500.36185.2239.6645.49
Hex469AA2395024b9282d
Octal1062322427150442715055
Binary10001101001101010100010111001101010010010111001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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