#49938E

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

Shades of Blue Chill #49938E

Tints of Blue Chill #49938E

Color information

#49938E (or 0x49938E) is unknown color: approx Blue Chill. HEX triplet: 49, 93 and 8E. RGB value is (73,147,142). Sum of RGB (Red+Green+Blue) = 73+147+142=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #49938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49938E is #B66C71. Grayscale: #7C7C7C. Windows color (decimal): -11955314 or 9343817. OLE color: 9343817.

HSL color Cylindrical-coordinate representation of color #49938E: hue angle of 175.95º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49938E is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB73147142-
CMYK0.5000.030.42
HSL175.95º33.64%43.14%-
HSV(B)175.95º50.34%57.65%-
XYZ18.0624.2429.32-
YUV124.3137.9891.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.17%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 142 (55.86% from 255) = 39.23%
R=20.17%
G=40.61%
B=39.23%

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
Decimal731471420.5000.030.42175.9533.6443.14
Hex49938E32032Ab0222b
Octal1112232166203522604253
Binary1001001100100111000111011001001110101010110000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49938E; }

 p { color: rgb(73,147,142); }

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

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

 a { background-color: rgb(73,147,142); }

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

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

 span { border-color: rgb(73,147,142); }

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