#709195

Color #709195 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #709195

Tints of Gothic #709195

Color information

#709195 (or 0x709195) is unknown color: approx Gothic. HEX triplet: 70, 91 and 95. RGB value is (112,145,149). Sum of RGB (Red+Green+Blue) = 112+145+149=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: blue. Hex color #709195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709195 is #8F6E6A. Grayscale: #878787. Windows color (decimal): -9399915 or 9802096. OLE color: 9802096.

HSL color Cylindrical-coordinate representation of color #709195: hue angle of 186.49º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709195 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB112145149-
CMYK0.250.0300.42
HSL186.49º14.86%51.18%-
HSV(B)186.49º24.83%58.43%-
XYZ22.2325.8732.25-
YUV135.59135.57111.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=27.59%
G=35.71%
B=36.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121451490.250.0300.42186.4914.8651.18
Hex70919519302Abaf33
Octal1602212253130522721763
Binary1110000100100011001010111001110101010101110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709195; }

 p { color: rgb(112,145,149); }

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

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

 a { background-color: rgb(112,145,149); }

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

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

 span { border-color: rgb(112,145,149); }

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