#452F7D

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

Shades of Windsor #452F7D

Tints of Windsor #452F7D

Color information

#452F7D (or 0x452F7D) is unknown color: approx Windsor. HEX triplet: 45, 2F and 7D. RGB value is (69,47,125). Sum of RGB (Red+Green+Blue) = 69+47+125=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #452F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452F7D is #BAD082. Grayscale: #3E3E3E. Windows color (decimal): -12243075 or 8204101. OLE color: 8204101.

HSL color Cylindrical-coordinate representation of color #452F7D: hue angle of 256.92º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #452F7D is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6947125-
CMYK0.450.6200.51
HSL256.92º45.35%33.73%-
HSV(B)256.92º62.4%49.02%-
XYZ7.174.7819.95-
YUV62.47163.29132.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 125 (49.22% from 255) = 51.87%
R=28.63%
G=19.50%
B=51.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69471250.450.6200.51256.9245.3533.73
Hex452F7D2D3E0331012d22
Octal1055717555760634015542
Binary100010110111111111011011011111100110011100000001101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,47,125); }

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

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

 a { background-color: rgb(69,47,125); }

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

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

 span { border-color: rgb(69,47,125); }

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