#70939D

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

Shades of Bermuda Grey #70939D

Tints of Bermuda Grey #70939D

Color information

#70939D (or 0x70939D) is unknown color: approx Bermuda Grey. HEX triplet: 70, 93 and 9D. RGB value is (112,147,157). Sum of RGB (Red+Green+Blue) = 112+147+157=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #70939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70939D is #8F6C62. Grayscale: #898989. Windows color (decimal): -9399395 or 10326896. OLE color: 10326896.

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

Color convert

RGB112147157-
CMYK0.290.0600.38
HSL193.33º18.67%52.75%-
HSV(B)193.33º28.66%61.57%-
XYZ23.226.7535.84-
YUV137.68138.9109.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.92%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=26.92%
G=35.34%
B=37.74%

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
Decimal1121471570.290.0600.38193.3318.6752.75
Hex70939D1D6026c11335
Octal1602232353560463012365
Binary111000010010011100111011110111001001101100000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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