#453085

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

Shades of Windsor #453085

Tints of Windsor #453085

Color information

#453085 (or 0x453085) is unknown color: approx Windsor. HEX triplet: 45, 30 and 85. RGB value is (69,48,133). Sum of RGB (Red+Green+Blue) = 69+48+133=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #453085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453085 is #BACF7A. Grayscale: #3F3F3F. Windows color (decimal): -12242811 or 8728645. OLE color: 8728645.

HSL color Cylindrical-coordinate representation of color #453085: hue angle of 254.82º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #453085 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6948133-
CMYK0.480.6400.48
HSL254.82º46.96%35.49%-
HSV(B)254.82º63.91%52.16%-
XYZ7.745.0722.76-
YUV63.97166.96131.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 133 (52.34% from 255) = 53.2%
R=27.6%
G=19.2%
B=53.2%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69481330.480.6400.48254.8246.9635.49
Hex4530853040030ff2f23
Octal10560205601000603775743
Binary1000101110000100001011100001000000011000011111111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453085; }

 p { color: rgb(69,48,133); }

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

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

 a { background-color: rgb(69,48,133); }

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

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

 span { border-color: rgb(69,48,133); }

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