#452092

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

Shades of Windsor #452092

Tints of Windsor #452092

Color information

#452092 (or 0x452092) is unknown color: approx Windsor. HEX triplet: 45, 20 and 92. RGB value is (69,32,146). Sum of RGB (Red+Green+Blue) = 69+32+146=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #452092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452092 is #BADF6D. Grayscale: #373737. Windows color (decimal): -12246894 or 9576517. OLE color: 9576517.

HSL color Cylindrical-coordinate representation of color #452092: hue angle of 259.47º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #452092 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6932146-
CMYK0.530.7800.43
HSL259.47º64.04%34.9%-
HSV(B)259.47º78.08%57.25%-
XYZ8.164.3727.61-
YUV56.06178.76137.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=27.94%
G=12.96%
B=59.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69321460.530.7800.43259.4764.0434.9
Hex452092354E02B1034023
Octal105402226511605340310043
Binary100010110000010010010110101100111001010111000000111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452092; }

 p { color: rgb(69,32,146); }

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

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

 a { background-color: rgb(69,32,146); }

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

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

 span { border-color: rgb(69,32,146); }

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