#492988

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

Shades of Windsor #492988

Tints of Windsor #492988

Color information

#492988 (or 0x492988) is unknown color: approx Windsor. HEX triplet: 49, 29 and 88. RGB value is (73,41,136). Sum of RGB (Red+Green+Blue) = 73+41+136=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #492988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492988 is #B6D677. Grayscale: #3D3D3D. Windows color (decimal): -11982456 or 8923465. OLE color: 8923465.

HSL color Cylindrical-coordinate representation of color #492988: hue angle of 260.21º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492988 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7341136-
CMYK0.460.7000.47
HSL260.21º53.67%34.71%-
HSV(B)260.21º69.85%53.33%-
XYZ7.984.7823.79-
YUV61.4170.1136.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 41 (16.41% from 255) = 16.4%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=29.2%
G=16.4%
B=54.4%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73411360.460.7000.47260.2153.6734.71
Hex4929882E4602F1043623
Octal11151210561060574046643
Binary10010011010011000100010111010001100101111100000100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492988; }

 p { color: rgb(73,41,136); }

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

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

 a { background-color: rgb(73,41,136); }

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

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

 span { border-color: rgb(73,41,136); }

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