#709093

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

Shades of Gothic #709093

Tints of Gothic #709093

Color information

#709093 (or 0x709093) is unknown color: approx Gothic. HEX triplet: 70, 90 and 93. RGB value is (112,144,147). Sum of RGB (Red+Green+Blue) = 112+144+147=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #709093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709093 is #8F6F6C. Grayscale: #868686. Windows color (decimal): -9400173 or 9670768. OLE color: 9670768.

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

Color convert

RGB112144147-
CMYK0.240.0200.42
HSL185.14º13.94%50.78%-
HSV(B)185.14º23.81%57.65%-
XYZ21.9225.531.37-
YUV134.77134.9111.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.79%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=27.79%
G=35.73%
B=36.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121441470.240.0200.42185.1413.9450.78
Hex70909318202Ab9e33
Octal1602202233020522711663
Binary1110000100100001001001111000100101010101110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709093; }

 p { color: rgb(112,144,147); }

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

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

 a { background-color: rgb(112,144,147); }

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

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

 span { border-color: rgb(112,144,147); }

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