#452F7B

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

Shades of Windsor #452F7B

Tints of Windsor #452F7B

Color information

#452F7B (or 0x452F7B) is unknown color: approx Windsor. HEX triplet: 45, 2F and 7B. RGB value is (69,47,123). Sum of RGB (Red+Green+Blue) = 69+47+123=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #452F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452F7B is #BAD084. Grayscale: #3D3D3D. Windows color (decimal): -12243077 or 8073029. OLE color: 8073029.

HSL color Cylindrical-coordinate representation of color #452F7B: hue angle of 257.37º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #452F7B is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6947123-
CMYK0.440.6200.52
HSL257.37º44.71%33.33%-
HSV(B)257.37º61.79%48.24%-
XYZ7.054.7319.28-
YUV62.24162.29132.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 47 (18.75% from 255) = 19.67%
BLUE value IS 123 (48.44% from 255) = 51.46%
R=28.87%
G=19.67%
B=51.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69471230.440.6200.52257.3744.7133.33
Hex452F7B2C3E0341012d21
Octal1055717354760644015541
Binary100010110111111110111011001111100110100100000001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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