#453071

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

Shades of Windsor #453071

Tints of Windsor #453071

Color information

#453071 (or 0x453071) is unknown color: approx Windsor. HEX triplet: 45, 30 and 71. RGB value is (69,48,113). Sum of RGB (Red+Green+Blue) = 69+48+113=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #453071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453071 is #BACF8E. Grayscale: #3D3D3D. Windows color (decimal): -12242831 or 7417925. OLE color: 7417925.

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

Color convert

RGB6948113-
CMYK0.390.5800.56
HSL259.38º40.37%31.57%-
HSV(B)259.38º57.52%44.31%-
XYZ6.494.5716.16-
YUV61.69156.96133.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=30%
G=20.87%
B=49.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69481130.390.5800.56259.3840.3731.57
Hex453071273A0381032820
Octal1056016147720704035040
Binary100010111000011100011001111110100111000100000011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453071; }

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

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

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

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

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

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

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

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