#4A9590

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

Shades of Blue Chill #4A9590

Tints of Blue Chill #4A9590

Color information

#4A9590 (or 0x4A9590) is unknown color: approx Blue Chill. HEX triplet: 4A, 95 and 90. RGB value is (74,149,144). Sum of RGB (Red+Green+Blue) = 74+149+144=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9590 is #B56A6F. Grayscale: #7D7D7D. Windows color (decimal): -11889264 or 9475402. OLE color: 9475402.

HSL color Cylindrical-coordinate representation of color #4A9590: hue angle of 176º degrees, saturation: 0.34, 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 #4A9590 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB74149144-
CMYK0.5000.030.42
HSL176º33.63%43.73%-
HSV(B)176º50.34%58.43%-
XYZ18.6124.9630.22-
YUV126138.1590.91-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.16%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=20.16%
G=40.60%
B=39.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741491440.5000.030.4217633.6343.73
Hex4A959032032Ab0222c
Octal1122252206203522604254
Binary1001010100101011001000011001001110101010110000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,149,144); }

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

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

 a { background-color: rgb(74,149,144); }

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

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

 span { border-color: rgb(74,149,144); }

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