#718477

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

Shades of Blue Smoke #718477

Tints of Blue Smoke #718477

Color information

#718477 (or 0x718477) is unknown color: approx Blue Smoke. HEX triplet: 71, 84 and 77. RGB value is (113,132,119). Sum of RGB (Red+Green+Blue) = 113+132+119=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #718477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718477 is #8E7B88. Grayscale: #7C7C7C. Windows color (decimal): -9337737 or 7832689. OLE color: 7832689.

HSL color Cylindrical-coordinate representation of color #718477: hue angle of 138.95º 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 #718477 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB113132119-
CMYK0.1400.100.48
HSL138.95º7.76%48.04%-
HSV(B)138.95º14.39%51.76%-
XYZ18.3921.3520.6-
YUV124.84124.71119.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 119 (46.88% from 255) = 32.69%
R=31.04%
G=36.26%
B=32.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131321190.1400.100.48138.957.7648.04
Hex718477E0A308b830
Octal16120416716012602131060
Binary1110001100001001110111111001010110000100010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718477; }

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

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

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

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

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

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

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

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