#452D7F

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

Shades of Windsor #452D7F

Tints of Windsor #452D7F

Color information

#452D7F (or 0x452D7F) is unknown color: approx Windsor. HEX triplet: 45, 2D and 7F. RGB value is (69,45,127). Sum of RGB (Red+Green+Blue) = 69+45+127=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #452D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452D7F is #BAD280. Grayscale: #3D3D3D. Windows color (decimal): -12243585 or 8334661. OLE color: 8334661.

HSL color Cylindrical-coordinate representation of color #452D7F: hue angle of 257.56º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #452D7F is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6945127-
CMYK0.460.6500.50
HSL257.56º47.67%33.73%-
HSV(B)257.56º64.57%49.8%-
XYZ7.224.6720.6-
YUV61.52164.95133.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 45 (17.97% from 255) = 18.67%
BLUE value IS 127 (50% from 255) = 52.70%
R=28.63%
G=18.67%
B=52.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69451270.460.6500.50257.5647.6733.73
Hex452D7F2E410321023022
Octal10555177561010624026042
Binary1000101101101111111110111010000010110010100000010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,45,127); }

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

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

 a { background-color: rgb(69,45,127); }

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

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

 span { border-color: rgb(69,45,127); }

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