#718474

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

Shades of Blue Smoke #718474

Tints of Blue Smoke #718474

Color information

#718474 (or 0x718474) is unknown color: approx Blue Smoke. HEX triplet: 71, 84 and 74. RGB value is (113,132,116). Sum of RGB (Red+Green+Blue) = 113+132+116=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #718474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718474 is #8E7B8B. Grayscale: #7C7C7C. Windows color (decimal): -9337740 or 7636081. OLE color: 7636081.

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

Color convert

RGB113132116-
CMYK0.1400.120.48
HSL129.47º7.76%48.04%-
HSV(B)129.47º14.39%51.76%-
XYZ18.2121.2719.67-
YUV124.49123.21119.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 116 (45.70% from 255) = 32.13%
R=31.30%
G=36.57%
B=32.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131321160.1400.120.48129.477.7648.04
Hex718474E0C3081830
Octal16120416416014602011060
Binary1110001100001001110100111001100110000100000011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718474; }

 p { color: rgb(113,132,116); }

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

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

 a { background-color: rgb(113,132,116); }

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

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

 span { border-color: rgb(113,132,116); }

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