#453072

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

Shades of Windsor #453072

Tints of Windsor #453072

Color information

#453072 (or 0x453072) is unknown color: approx Windsor. HEX triplet: 45, 30 and 72. RGB value is (69,48,114). Sum of RGB (Red+Green+Blue) = 69+48+114=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #453072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453072 is #BACF8D. Grayscale: #3D3D3D. Windows color (decimal): -12242830 or 7483461. OLE color: 7483461.

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

Color convert

RGB6948114-
CMYK0.390.5800.55
HSL259.09º40.74%31.76%-
HSV(B)259.09º57.89%44.71%-
XYZ6.554.5916.46-
YUV61.8157.46133.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=29.87%
G=20.78%
B=49.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69481140.390.5800.55259.0940.7431.76
Hex453072273A0371032920
Octal1056016247720674035140
Binary100010111000011100101001111110100110111100000011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453072; }

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

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

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

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

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

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

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

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