#452A7A

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

Shades of Windsor #452A7A

Tints of Windsor #452A7A

Color information

#452A7A (or 0x452A7A) is unknown color: approx Windsor. HEX triplet: 45, 2A and 7A. RGB value is (69,42,122). Sum of RGB (Red+Green+Blue) = 69+42+122=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #452A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452A7A is #BAD585. Grayscale: #3A3A3A. Windows color (decimal): -12244358 or 8006213. OLE color: 8006213.

HSL color Cylindrical-coordinate representation of color #452A7A: hue angle of 260.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #452A7A is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6942122-
CMYK0.430.6600.52
HSL260.25º48.78%32.16%-
HSV(B)260.25º65.57%47.84%-
XYZ6.84.3318.89-
YUV59.19163.45135-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.61%
GREEN value IS 42 (16.80% from 255) = 18.03%
BLUE value IS 122 (48.05% from 255) = 52.36%
R=29.61%
G=18.03%
B=52.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69421220.430.6600.52260.2548.7832.16
Hex452A7A2B420341043120
Octal10552172531020644046140
Binary1000101101010111101010101110000100110100100000100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452A7A; }

 p { color: rgb(69,42,122); }

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

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

 a { background-color: rgb(69,42,122); }

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

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

 span { border-color: rgb(69,42,122); }

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