#749079

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

Shades of Blue Smoke #749079

Tints of Blue Smoke #749079

Color information

#749079 (or 0x749079) is unknown color: approx Blue Smoke. HEX triplet: 74, 90 and 79. RGB value is (116,144,121). Sum of RGB (Red+Green+Blue) = 116+144+121=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #749079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749079 is #8B6F86. Grayscale: #858585. Windows color (decimal): -9138055 or 7966836. OLE color: 7966836.

HSL color Cylindrical-coordinate representation of color #749079: hue angle of 130.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #749079 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB116144121-
CMYK0.1900.160.44
HSL130.71º11.2%50.98%-
HSV(B)130.71º19.44%56.47%-
XYZ20.6325.0421.84-
YUV133.01121.22115.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.45%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=30.45%
G=37.80%
B=31.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161441210.1900.160.44130.7111.250.98
Hex749079130102C83b33
Octal16422017123020542031363
Binary111010010010000111100110011010000101100100000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749079; }

 p { color: rgb(116,144,121); }

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

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

 a { background-color: rgb(116,144,121); }

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

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

 span { border-color: rgb(116,144,121); }

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