#73949A

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

Shades of Gothic #73949A

Tints of Gothic #73949A

Color information

#73949A (or 0x73949A) is unknown color: approx Gothic. HEX triplet: 73, 94 and 9A. RGB value is (115,148,154). Sum of RGB (Red+Green+Blue) = 115+148+154=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 154 - color contains mainly: blue. Hex color #73949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73949A is #8C6B65. Grayscale: #8A8A8A. Windows color (decimal): -9202534 or 10130547. OLE color: 10130547.

HSL color Cylindrical-coordinate representation of color #73949A: hue angle of 189.23º 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 #73949A is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB115148154-
CMYK0.250.0400.40
HSL189.23º16.18%52.75%-
HSV(B)189.23º25.32%60.39%-
XYZ23.4927.1634.58-
YUV138.82136.57111.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.58%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 154 (60.55% from 255) = 36.93%
R=27.58%
G=35.49%
B=36.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151481540.250.0400.40189.2316.1852.75
Hex73949A194028bd1035
Octal1632242323140502752065
Binary111001110010100100110101100110001010001011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73949A; }

 p { color: rgb(115,148,154); }

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

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

 a { background-color: rgb(115,148,154); }

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

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

 span { border-color: rgb(115,148,154); }

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