#493075

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

Shades of Windsor #493075

Tints of Windsor #493075

Color information

#493075 (or 0x493075) is unknown color: approx Windsor. HEX triplet: 49, 30 and 75. RGB value is (73,48,117). Sum of RGB (Red+Green+Blue) = 73+48+117=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #493075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493075 is #B6CF8A. Grayscale: #3F3F3F. Windows color (decimal): -11980683 or 7680073. OLE color: 7680073.

HSL color Cylindrical-coordinate representation of color #493075: hue angle of 261.74º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #493075 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7348117-
CMYK0.380.5900.54
HSL261.74º41.82%32.35%-
HSV(B)261.74º58.97%45.88%-
XYZ7.024.8117.39-
YUV63.34158.28134.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 117 (46.09% from 255) = 49.16%
R=30.67%
G=20.17%
B=49.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73481170.380.5900.54261.7441.8232.35
Hex493075263B0361062a20
Octal1116016546730664065240
Binary100100111000011101011001101110110110110100000110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493075; }

 p { color: rgb(73,48,117); }

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

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

 a { background-color: rgb(73,48,117); }

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

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

 span { border-color: rgb(73,48,117); }

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