Html Css Color HEX #70949F Bermuda Grey

📋 copy color: '#70949F'

red 112 ◦ green 148 ◦ blue 159

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

Shades of Bermuda Grey #70949F

Tints of Bermuda Grey #70949F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 26.73%
G = 35.32%
B = 37.95%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70949F (or 0x70949F) is known color: Bermuda Grey. HEX triplet: 70, 94 and 9F. RGB value is (112,148,159). Sum of RGB (Red+Green+Blue) = 112+148+159=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #70949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70949F is #8F6B60. Grayscale: #8A8A8A. Windows color (decimal): -9399137 or 10458224. OLE color: 10458224.

HSL color Cylindrical-coordinate representation of color #70949F: hue angle of 194.04º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70949F is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 148 159 -
CMYK 0.30 0.07 0 0.38
HSL 194.04º 0.2% 0.53% -
HSV(B) 194.04º 0.3% 0.62% -
XYZ 23.53 27.13 36.8 -
YUV 138.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 112 148 159 0.30 0.07 0 0.38 194.04 0.2 0.53
Hex 70 94 9F 1E 7 0 26 C2 14 35
Octal 160 224 237 36 7 0 46 302 24 65
Binary 1110000 10010100 10011111 11110 111 0 100110 11000010 10100 110101

Color Harmonies of #70949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70949F

Black with #70949F

Text Example


Text Example

White with #70949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70949F;
 }
 .AnyTagClassName
 {
   color: #70949F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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