#469E96

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

Shades of Blue Chill #469E96

Tints of Blue Chill #469E96

Color information

#469E96 (or 0x469E96) is unknown color: approx Blue Chill. HEX triplet: 46, 9E and 96. RGB value is (70,158,150). Sum of RGB (Red+Green+Blue) = 70+158+150=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 158 - color contains mainly: green. Hex color #469E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469E96 is #B96169. Grayscale: #828282. Windows color (decimal): -12149098 or 9870918. OLE color: 9870918.

HSL color Cylindrical-coordinate representation of color #469E96: hue angle of 174.55º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469E96 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB70158150-
CMYK0.5600.050.38
HSL174.55º38.6%44.71%-
HSV(B)174.55º55.7%61.96%-
XYZ20.2627.9633.18-
YUV130.78138.8584.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.52%
GREEN value IS 158 (62.11% from 255) = 41.80%
BLUE value IS 150 (58.98% from 255) = 39.68%
R=18.52%
G=41.80%
B=39.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701581500.5600.050.38174.5538.644.71
Hex469E96380526af272d
Octal1062362267005462574755
Binary10001101001111010010110111000010110011010101111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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