#469B96

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

Shades of Blue Chill #469B96

Tints of Blue Chill #469B96

Color information

#469B96 (or 0x469B96) is unknown color: approx Blue Chill. HEX triplet: 46, 9B and 96. RGB value is (70,155,150). Sum of RGB (Red+Green+Blue) = 70+155+150=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #469B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469B96 is #B96469. Grayscale: #808080. Windows color (decimal): -12149866 or 9870150. OLE color: 9870150.

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

Color convert

RGB70155150-
CMYK0.5500.030.39
HSL176.47º37.78%44.12%-
HSV(B)176.47º54.84%60.78%-
XYZ19.7526.9533.01-
YUV129.01139.8485.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.67%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 150 (58.98% from 255) = 40%
R=18.67%
G=41.33%
B=40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701551500.5500.030.39176.4737.7844.12
Hex469B96370327b0262c
Octal1062332266703472604654
Binary1000110100110111001011011011101110011110110000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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