Shades of Bermuda Grey #70949D
Tints of Bermuda Grey #70949D
RGB
CMYK
RGB Variations
Color information
#70949D (or 0x70949D) is known color: Bermuda Grey. HEX triplet: 70, 94 and 9D. RGB value is (112,148,157). Sum of RGB (Red+Green+Blue) = 112+148+157=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #70949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70949D is #8F6B62. Grayscale: #8A8A8A. Windows color (decimal): -9399139 or 10327152. OLE color: 10327152.
HSL color Cylindrical-coordinate representation of color #70949D: hue angle of 192º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70949D is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 148 | 157 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.38 |
| HSL | 192º | 0.19% | 0.53% | - |
| HSV(B) | 192º | 0.29% | 0.62% | - |
| XYZ | 23.36 | 27.06 | 35.89 | - |
| YUV | 138.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 157 | 0.29 | 0.06 | 0 | 0.38 | 192 | 0.19 | 0.53 |
| Hex | 70 | 94 | 9D | 1D | 6 | 0 | 26 | C0 | 13 | 35 |
| Octal | 160 | 224 | 235 | 35 | 6 | 0 | 46 | 300 | 23 | 65 |
| Binary | 1110000 | 10010100 | 10011101 | 11101 | 110 | 0 | 100110 | 11000000 | 10011 | 110101 |
Color Harmonies of #70949D
Complementary color
Monochromatic Colors of #70949D
Black with #70949D
Text Example
Text Example
White with #70949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70949D; }
p { color: rgb(112,148,157); }
H1.HeaderClassName
{
color: #70949D;
}
.AnyTagClassName
{
color: #70949D;
}
</style>
background-color css
<style>
a { background-color: #70949D; }
a { background-color: rgb(112,148,157); }
div.DivClassName
{
background-color: #70949D;
}
.BgClassName
{
background-color: #70949D;
}
</style>
border-color css
<style>
span { border-color: #70949D; }
span { border-color: rgb(112,148,157); }
td.TdClassName
{
border-color: #70949D;
}
.TagClassName
{
border-color: #70949D;
}
</style>