#469497

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

Shades of Blue Chill #469497

Tints of Blue Chill #469497

Color information

#469497 (or 0x469497) is unknown color: approx Blue Chill. HEX triplet: 46, 94 and 97. RGB value is (70,148,151). Sum of RGB (Red+Green+Blue) = 70+148+151=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #469497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469497 is #B96B68. Grayscale: #7C7C7C. Windows color (decimal): -12151657 or 9933894. OLE color: 9933894.

HSL color Cylindrical-coordinate representation of color #469497: hue angle of 182.22º 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 #469497 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB70148151-
CMYK0.540.0200.41
HSL182.22º36.65%43.33%-
HSV(B)182.22º53.64%59.22%-
XYZ18.724.7233.06-
YUV125.02142.6688.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.97%
GREEN value IS 148 (58.20% from 255) = 40.11%
BLUE value IS 151 (59.38% from 255) = 40.92%
R=18.97%
G=40.11%
B=40.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701481510.540.0200.41182.2236.6543.33
Hex469497362029b6252b
Octal1062242276620512664553
Binary1000110100101001001011111011010010100110110110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469497; }

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

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

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

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

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

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

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

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