#739599

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

Shades of Gothic #739599

Tints of Gothic #739599

Color information

#739599 (or 0x739599) is unknown color: approx Gothic. HEX triplet: 73, 95 and 99. RGB value is (115,149,153). Sum of RGB (Red+Green+Blue) = 115+149+153=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #739599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739599 is #8C6A66. Grayscale: #8B8B8B. Windows color (decimal): -9202279 or 10065267. OLE color: 10065267.

HSL color Cylindrical-coordinate representation of color #739599: hue angle of 186.32º 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 #739599 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB115149153-
CMYK0.250.0300.4
HSL186.32º15.7%52.55%-
HSV(B)186.32º24.84%60%-
XYZ23.5727.4434.19-
YUV139.29135.74110.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.58%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=27.58%
G=35.73%
B=36.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151491530.250.0300.4186.3215.752.55
Hex739599193028ba1035
Octal1632252313130502722065
Binary11100111001010110011001110011101010001011101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739599; }

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

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

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

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

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

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

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

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