#469697

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

Shades of Blue Chill #469697

Tints of Blue Chill #469697

Color information

#469697 (or 0x469697) is unknown color: approx Blue Chill. HEX triplet: 46, 96 and 97. RGB value is (70,150,151). Sum of RGB (Red+Green+Blue) = 70+150+151=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #469697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469697 is #B96968. Grayscale: #7E7E7E. Windows color (decimal): -12151145 or 9934406. OLE color: 9934406.

HSL color Cylindrical-coordinate representation of color #469697: hue angle of 180.74º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469697 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB70150151-
CMYK0.540.0100.41
HSL180.74º36.65%43.33%-
HSV(B)180.74º53.64%59.22%-
XYZ19.0225.3533.17-
YUV126.1914287.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.87%
GREEN value IS 150 (58.98% from 255) = 40.43%
BLUE value IS 151 (59.38% from 255) = 40.70%
R=18.87%
G=40.43%
B=40.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701501510.540.0100.41180.7436.6543.33
Hex469697361029b5252b
Octal1062262276610512654553
Binary100011010010110100101111101101010100110110101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469697; }

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

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

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

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

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

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

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

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