#70939E

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

Shades of Bermuda Grey #70939E

Tints of Bermuda Grey #70939E

Color information

#70939E (or 0x70939E) is unknown color: approx Bermuda Grey. HEX triplet: 70, 93 and 9E. RGB value is (112,147,158). Sum of RGB (Red+Green+Blue) = 112+147+158=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #70939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70939E is #8F6C61. Grayscale: #898989. Windows color (decimal): -9399394 or 10392432. OLE color: 10392432.

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

Color convert

RGB112147158-
CMYK0.290.0700.38
HSL194.35º19.17%52.94%-
HSV(B)194.35º29.11%61.96%-
XYZ23.2926.7836.29-
YUV137.79139.4109.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=26.86%
G=35.25%
B=37.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121471580.290.0700.38194.3519.1752.94
Hex70939E1D7026c21335
Octal1602232363570463022365
Binary111000010010011100111101110111101001101100001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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