#70909E

Color #70909E Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #70909E

Tints of Bermuda Grey #70909E

Color information

#70909E (or 0x70909E) is unknown color: approx Bermuda Grey. HEX triplet: 70, 90 and 9E. RGB value is (112,144,158). Sum of RGB (Red+Green+Blue) = 112+144+158=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #70909E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70909E is #8F6F61. Grayscale: #878787. Windows color (decimal): -9400162 or 10391664. OLE color: 10391664.

HSL color Cylindrical-coordinate representation of color #70909E: hue angle of 198.26º 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 #70909E is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112144158-
CMYK0.290.0900.38
HSL198.26º19.17%52.94%-
HSV(B)198.26º29.11%61.96%-
XYZ22.8325.8636.14-
YUV136.03140.4110.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.05%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=27.05%
G=34.78%
B=38.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121441580.290.0900.38198.2619.1752.94
Hex70909E1D9026c61335
Octal16022023635110463062365
Binary1110000100100001001111011101100101001101100011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70909E; }

 p { color: rgb(112,144,158); }

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

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

 a { background-color: rgb(112,144,158); }

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

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

 span { border-color: rgb(112,144,158); }

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