Html Css Color HEX #70948D Gumbo

📋 copy color: '#70948D'

red 112 ◦ green 148 ◦ blue 141

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

Shades of Gumbo #70948D

Tints of Gumbo #70948D

RGB

 RED value IS 112 (44.14% from 255) = 27.93%

 GREEN value IS 148 (58.2% from 255) = 36.91%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 27.93%
G = 36.91%
B = 35.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#70948D (or 0x70948D) is known color: Gumbo. HEX triplet: 70, 94 and 8D. RGB value is (112,148,141). Sum of RGB (Red+Green+Blue) = 112+148+141=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #70948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70948D is #8F6B72. Grayscale: #888888. Windows color (decimal): -9399155 or 9278576. OLE color: 9278576.

HSL color Cylindrical-coordinate representation of color #70948D: hue angle of 168.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70948D is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 141 -
CMYK 0.24 0 0.05 0.42
HSL 168.33º 0.14% 0.51% -
HSV(B) 168.33º 0.24% 0.58% -
XYZ 22.08 26.55 29.16 -
YUV 136.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 112 148 141 0.24 0 0.05 0.42 168.33 0.14 0.51
Hex 70 94 8D 18 0 5 2A A8 E 33
Octal 160 224 215 30 0 5 52 250 16 63
Binary 1110000 10010100 10001101 11000 0 101 101010 10101000 1110 110011

Color Harmonies of #70948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70948D

Black with #70948D

Text Example


Text Example

White with #70948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70948D;
 }
 .AnyTagClassName
 {
   color: #70948D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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