#4B9F97

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

Shades of Blue Chill #4B9F97

Tints of Blue Chill #4B9F97

Color information

#4B9F97 (or 0x4B9F97) is unknown color: approx Blue Chill. HEX triplet: 4B, 9F and 97. RGB value is (75,159,151). Sum of RGB (Red+Green+Blue) = 75+159+151=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #4B9F97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9F97 is #B46068. Grayscale: #848484. Windows color (decimal): -11821161 or 9936715. OLE color: 9936715.

HSL color Cylindrical-coordinate representation of color #4B9F97: hue angle of 174.29º 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 #4B9F97 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB75159151-
CMYK0.5300.050.38
HSL174.29º35.9%45.88%-
HSV(B)174.29º52.83%62.35%-
XYZ20.8928.5333.68-
YUV132.97138.1786.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.48%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 151 (59.38% from 255) = 39.22%
R=19.48%
G=41.30%
B=39.22%

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
Decimal751591510.5300.050.38174.2935.945.88
Hex4B9F97350526ae242e
Octal1132372276505462564456
Binary10010111001111110010111110101010110011010101110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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