#469A9B

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

Shades of Blue Chill #469A9B

Tints of Blue Chill #469A9B

Color information

#469A9B (or 0x469A9B) is unknown color: approx Blue Chill. HEX triplet: 46, 9A and 9B. RGB value is (70,154,155). Sum of RGB (Red+Green+Blue) = 70+154+155=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #469A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469A9B is #B96564. Grayscale: #808080. Windows color (decimal): -12150117 or 10197574. OLE color: 10197574.

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

Color convert

RGB70154155-
CMYK0.550.0100.39
HSL180.71º37.78%44.12%-
HSV(B)180.71º54.84%60.78%-
XYZ2026.7835.13-
YUV129142.6785.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.47%
GREEN value IS 154 (60.55% from 255) = 40.63%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=18.47%
G=40.63%
B=40.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701541550.550.0100.39180.7137.7844.12
Hex469A9B371027b5262c
Octal1062322336710472654654
Binary100011010011010100110111101111010011110110101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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