#738479

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

Shades of Blue Smoke #738479

Tints of Blue Smoke #738479

Color information

#738479 (or 0x738479) is unknown color: approx Blue Smoke. HEX triplet: 73, 84 and 79. RGB value is (115,132,121). Sum of RGB (Red+Green+Blue) = 115+132+121=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 132 - color contains mainly: green. Hex color #738479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738479 is #8C7B86. Grayscale: #7D7D7D. Windows color (decimal): -9206663 or 7963763. OLE color: 7963763.

HSL color Cylindrical-coordinate representation of color #738479: hue angle of 141.18º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #738479 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB115132121-
CMYK0.1300.080.48
HSL141.18º6.88%48.43%-
HSV(B)141.18º12.88%51.76%-
XYZ18.7721.5321.26-
YUV125.66125.37120.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 121 (47.66% from 255) = 32.88%
R=31.25%
G=35.87%
B=32.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151321210.1300.080.48141.186.8848.43
Hex738479D08308d730
Octal1632041711501060215760
Binary111001110000100111100111010100011000010001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738479; }

 p { color: rgb(115,132,121); }

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

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

 a { background-color: rgb(115,132,121); }

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

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

 span { border-color: rgb(115,132,121); }

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