#453170

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

Shades of Windsor #453170

Tints of Windsor #453170

Color information

#453170 (or 0x453170) is unknown color: approx Windsor. HEX triplet: 45, 31 and 70. RGB value is (69,49,112). Sum of RGB (Red+Green+Blue) = 69+49+112=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #453170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453170 is #BACE8F. Grayscale: #3D3D3D. Windows color (decimal): -12242576 or 7352645. OLE color: 7352645.

HSL color Cylindrical-coordinate representation of color #453170: hue angle of 259.05º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #453170 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6949112-
CMYK0.380.5600.56
HSL259.05º39.13%31.57%-
HSV(B)259.05º56.25%43.92%-
XYZ6.484.6315.88-
YUV62.16156.13132.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=30%
G=21.30%
B=48.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69491120.380.5600.56259.0539.1331.57
Hex45317026380381032720
Octal1056116046700704034740
Binary100010111000111100001001101110000111000100000011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453170; }

 p { color: rgb(69,49,112); }

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

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

 a { background-color: rgb(69,49,112); }

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

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

 span { border-color: rgb(69,49,112); }

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