#469A9C

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

Shades of Blue Chill #469A9C

Tints of Blue Chill #469A9C

Color information

#469A9C (or 0x469A9C) is unknown color: approx Blue Chill. HEX triplet: 46, 9A and 9C. RGB value is (70,154,156). Sum of RGB (Red+Green+Blue) = 70+154+156=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #469A9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469A9C is #B96563. Grayscale: #818181. Windows color (decimal): -12150116 or 10263110. OLE color: 10263110.

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

Color convert

RGB70154156-
CMYK0.550.0100.39
HSL181.4º38.05%44.31%-
HSV(B)181.4º55.13%61.18%-
XYZ20.0826.8135.57-
YUV129.11143.1785.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.42%
GREEN value IS 154 (60.55% from 255) = 40.53%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=18.42%
G=40.53%
B=41.05%

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
Decimal701541560.550.0100.39181.438.0544.31
Hex469A9C371027b5262c
Octal1062322346710472654654
Binary100011010011010100111001101111010011110110101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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