#739199

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

Shades of Gothic #739199

Tints of Gothic #739199

Color information

#739199 (or 0x739199) is unknown color: approx Gothic. HEX triplet: 73, 91 and 99. RGB value is (115,145,153). Sum of RGB (Red+Green+Blue) = 115+145+153=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 145 (57.03% from 255 or 35.11% 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 #739199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739199 is #8C6E66. Grayscale: #888888. Windows color (decimal): -9203303 or 10064243. OLE color: 10064243.

HSL color Cylindrical-coordinate representation of color #739199: hue angle of 192.63º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739199 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB115145153-
CMYK0.250.0500.4
HSL192.63º15.7%52.55%-
HSV(B)192.63º24.84%60%-
XYZ22.9526.233.98-
YUV136.94137.06112.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.85%
GREEN value IS 145 (57.03% from 255) = 35.11%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=27.85%
G=35.11%
B=37.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151451530.250.0500.4192.6315.752.55
Hex739199195028c11035
Octal1632212313150503012065
Binary111001110010001100110011100110101010001100000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739199; }

 p { color: rgb(115,145,153); }

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

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

 a { background-color: rgb(115,145,153); }

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

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

 span { border-color: rgb(115,145,153); }

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