#469BA2

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

Shades of Blue Chill #469BA2

Tints of Blue Chill #469BA2

Color information

#469BA2 (or 0x469BA2) is unknown color: approx Blue Chill. HEX triplet: 46, 9B and A2. RGB value is (70,155,162). Sum of RGB (Red+Green+Blue) = 70+155+162=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 162 - color contains mainly: blue. Hex color #469BA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469BA2 is #B9645D. Grayscale: #828282. Windows color (decimal): -12149854 or 10656582. OLE color: 10656582.

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

Color convert

RGB70155162-
CMYK0.570.0400.36
HSL184.57º39.66%45.49%-
HSV(B)184.57º56.79%63.53%-
XYZ20.7727.3538.37-
YUV130.38145.8484.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.09%
GREEN value IS 155 (60.94% from 255) = 40.05%
BLUE value IS 162 (63.67% from 255) = 41.86%
R=18.09%
G=40.05%
B=41.86%

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
Decimal701551620.570.0400.36184.5739.6645.49
Hex469BA2394024b9282d
Octal1062332427140442715055
Binary10001101001101110100010111001100010010010111001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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