#452C70

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

Shades of Windsor #452C70

Tints of Windsor #452C70

Color information

#452C70 (or 0x452C70) is unknown color: approx Windsor. HEX triplet: 45, 2C and 70. RGB value is (69,44,112). Sum of RGB (Red+Green+Blue) = 69+44+112=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #452C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452C70 is #BAD38F. Grayscale: #3A3A3A. Windows color (decimal): -12243856 or 7351365. OLE color: 7351365.

HSL color Cylindrical-coordinate representation of color #452C70: hue angle of 262.06º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #452C70 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6944112-
CMYK0.380.6100.56
HSL262.06º43.59%30.59%-
HSV(B)262.06º60.71%43.92%-
XYZ6.284.2415.82-
YUV59.23157.78134.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=30.67%
G=19.56%
B=49.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69441120.380.6100.56262.0643.5930.59
Hex452C70263D0381062c1f
Octal1055416046750704065437
Binary10001011011001110000100110111101011100010000011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,44,112); }

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

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

 a { background-color: rgb(69,44,112); }

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

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

 span { border-color: rgb(69,44,112); }

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