#70848D

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

Shades of Regent Grey #70848D

Tints of Regent Grey #70848D

Color information

#70848D (or 0x70848D) is unknown color: approx Regent Grey. HEX triplet: 70, 84 and 8D. RGB value is (112,132,141). Sum of RGB (Red+Green+Blue) = 112+132+141=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #70848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70848D is #8F7B72. Grayscale: #7E7E7E. Windows color (decimal): -9403251 or 9274480. OLE color: 9274480.

HSL color Cylindrical-coordinate representation of color #70848D: hue angle of 198.62º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70848D is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112132141-
CMYK0.210.0600.45
HSL198.62º11.46%49.61%-
HSV(B)198.62º20.57%55.29%-
XYZ19.7421.8728.38-
YUV127.05135.87117.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=29.09%
G=34.29%
B=36.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121321410.210.0600.45198.6211.4649.61
Hex70848D15602Dc7b32
Octal1602042152560553071362
Binary11100001000010010001101101011100101101110001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,132,141); }

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

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

 a { background-color: rgb(112,132,141); }

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

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

 span { border-color: rgb(112,132,141); }

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