#709499

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

Shades of Gothic #709499

Tints of Gothic #709499

Color information

#709499 (or 0x709499) is unknown color: approx Gothic. HEX triplet: 70, 94 and 99. RGB value is (112,148,153). Sum of RGB (Red+Green+Blue) = 112+148+153=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 153 - color contains mainly: blue. Hex color #709499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709499 is #8F6B66. Grayscale: #898989. Windows color (decimal): -9399143 or 10065008. OLE color: 10065008.

HSL color Cylindrical-coordinate representation of color #709499: hue angle of 187.32º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #709499 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB112148153-
CMYK0.270.0300.4
HSL187.32º16.73%51.96%-
HSV(B)187.32º26.8%60%-
XYZ23.0226.9234.12-
YUV137.81136.57109.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=27.12%
G=35.84%
B=37.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121481530.270.0300.4187.3216.7351.96
Hex7094991B3028bb1134
Octal1602242313330502732164
Binary11100001001010010011001110111101010001011101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709499; }

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

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

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

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

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

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

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

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