#462584

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

Shades of Windsor #462584

Tints of Windsor #462584

Color information

#462584 (or 0x462584) is unknown color: approx Windsor. HEX triplet: 46, 25 and 84. RGB value is (70,37,132). Sum of RGB (Red+Green+Blue) = 70+37+132=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #462584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462584 is #B9DA7B. Grayscale: #393939. Windows color (decimal): -12180092 or 8660294. OLE color: 8660294.

HSL color Cylindrical-coordinate representation of color #462584: hue angle of 260.84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #462584 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7037132-
CMYK0.470.7200.48
HSL260.84º56.21%33.14%-
HSV(B)260.84º71.97%51.76%-
XYZ7.354.2922.27-
YUV57.7169.93136.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 132 (51.95% from 255) = 55.23%
R=29.29%
G=15.48%
B=55.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70371320.470.7200.48260.8456.2133.14
Hex4625842F480301053821
Octal10645204571100604057041
Binary10001101001011000010010111110010000110000100000101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462584; }

 p { color: rgb(70,37,132); }

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

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

 a { background-color: rgb(70,37,132); }

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

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

 span { border-color: rgb(70,37,132); }

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