#70949E

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

Shades of Bermuda Grey #70949E

Tints of Bermuda Grey #70949E

Color information

#70949E (or 0x70949E) is unknown color: approx Bermuda Grey. HEX triplet: 70, 94 and 9E. RGB value is (112,148,158). Sum of RGB (Red+Green+Blue) = 112+148+158=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #70949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70949E is #8F6B61. Grayscale: #8A8A8A. Windows color (decimal): -9399138 or 10392688. OLE color: 10392688.

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

Color convert

RGB112148158-
CMYK0.290.0600.38
HSL193.04º19.17%52.94%-
HSV(B)193.04º29.11%61.96%-
XYZ23.4427.0936.34-
YUV138.38139.07109.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 148 (58.20% from 255) = 35.41%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=26.79%
G=35.41%
B=37.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121481580.290.0600.38193.0419.1752.94
Hex70949E1D6026c11335
Octal1602242363560463012365
Binary111000010010100100111101110111001001101100000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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