#469CA2

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

Shades of Blue Chill #469CA2

Tints of Blue Chill #469CA2

Color information

#469CA2 (or 0x469CA2) is unknown color: approx Blue Chill. HEX triplet: 46, 9C and A2. RGB value is (70,156,162). Sum of RGB (Red+Green+Blue) = 70+156+162=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 162 - color contains mainly: blue. Hex color #469CA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469CA2 is #B9635D. Grayscale: #828282. Windows color (decimal): -12149598 or 10656838. OLE color: 10656838.

HSL color Cylindrical-coordinate representation of color #469CA2: hue angle of 183.91º 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 #469CA2 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB70156162-
CMYK0.570.0400.36
HSL183.91º39.66%45.49%-
HSV(B)183.91º56.79%63.53%-
XYZ20.9427.6938.42-
YUV130.97145.5184.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.04%
GREEN value IS 156 (61.33% from 255) = 40.21%
BLUE value IS 162 (63.67% from 255) = 41.75%
R=18.04%
G=40.21%
B=41.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701561620.570.0400.36183.9139.6645.49
Hex469CA2394024b8282d
Octal1062342427140442705055
Binary10001101001110010100010111001100010010010111000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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