#4A9F97

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

Shades of Blue Chill #4A9F97

Tints of Blue Chill #4A9F97

Color information

#4A9F97 (or 0x4A9F97) is unknown color: approx Blue Chill. HEX triplet: 4A, 9F and 97. RGB value is (74,159,151). Sum of RGB (Red+Green+Blue) = 74+159+151=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 159 - color contains mainly: green. Hex color #4A9F97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9F97 is #B56068. Grayscale: #848484. Windows color (decimal): -11886697 or 9936714. OLE color: 9936714.

HSL color Cylindrical-coordinate representation of color #4A9F97: hue angle of 174.35º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9F97 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB74159151-
CMYK0.5300.050.38
HSL174.35º36.48%45.69%-
HSV(B)174.35º53.46%62.35%-
XYZ20.8128.4933.68-
YUV132.67138.3486.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.27%
GREEN value IS 159 (62.5% from 255) = 41.41%
BLUE value IS 151 (59.38% from 255) = 39.32%
R=19.27%
G=41.41%
B=39.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal741591510.5300.050.38174.3536.4845.69
Hex4A9F97350526ae242e
Octal1122372276505462564456
Binary10010101001111110010111110101010110011010101110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A9F97; }

 p { color: rgb(74,159,151); }

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

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

 a { background-color: rgb(74,159,151); }

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

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

 span { border-color: rgb(74,159,151); }

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