Html Css Color HEX #70848D Regent Grey

📋 copy color: '#70848D'

red 112 ◦ green 132 ◦ blue 141

#70848D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent Grey #70848D

Tints of Regent Grey #70848D

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 value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70848D (or 0x70848D) is known color: 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

RGB 112 132 141 -
CMYK 0.21 0.06 0 0.45
HSL 198.62º 0.11% 0.5% -
HSV(B) 198.62º 0.21% 0.55% -
XYZ 19.74 21.87 28.38 -
YUV 127.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 112 132 141 0.21 0.06 0 0.45 198.62 0.11 0.5
Hex 70 84 8D 15 6 0 2D C7 B 32
Octal 160 204 215 25 6 0 55 307 13 62
Binary 1110000 10000100 10001101 10101 110 0 101101 11000111 1011 110010

Color Harmonies of #70848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70848D

Black with #70848D

Text Example


Text Example

White with #70848D

Text Example


Text Example

HTML Codes & Css Web 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>