#4B9592

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

Shades of Blue Chill #4B9592

Tints of Blue Chill #4B9592

Color information

#4B9592 (or 0x4B9592) is unknown color: approx Blue Chill. HEX triplet: 4B, 95 and 92. RGB value is (75,149,146). Sum of RGB (Red+Green+Blue) = 75+149+146=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9592 is #B46A6D. Grayscale: #7E7E7E. Windows color (decimal): -11823726 or 9606475. OLE color: 9606475.

HSL color Cylindrical-coordinate representation of color #4B9592: hue angle of 177.57º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B9592 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB75149146-
CMYK0.5000.020.42
HSL177.57º33.04%43.92%-
HSV(B)177.57º49.66%58.43%-
XYZ18.8425.0731.04-
YUV126.53138.9891.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.27%
GREEN value IS 149 (58.59% from 255) = 40.27%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=20.27%
G=40.27%
B=39.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751491460.5000.020.42177.5733.0443.92
Hex4B959232022Ab2212c
Octal1132252226202522624154
Binary1001011100101011001001011001001010101010110010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,149,146); }

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

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

 a { background-color: rgb(75,149,146); }

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

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

 span { border-color: rgb(75,149,146); }

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