#462784

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

Shades of Windsor #462784

Tints of Windsor #462784

Color information

#462784 (or 0x462784) is unknown color: approx Windsor. HEX triplet: 46, 27 and 84. RGB value is (70,39,132). Sum of RGB (Red+Green+Blue) = 70+39+132=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #462784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462784 is #B9D87B. Grayscale: #3A3A3A. Windows color (decimal): -12179580 or 8660806. OLE color: 8660806.

HSL color Cylindrical-coordinate representation of color #462784: hue angle of 260º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462784 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7039132-
CMYK0.470.7000.48
HSL260º54.39%33.53%-
HSV(B)260º70.45%51.76%-
XYZ7.424.4222.29-
YUV58.87169.27135.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=29.05%
G=16.18%
B=54.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70391320.470.7000.4826054.3933.53
Hex4627842F460301043622
Octal10647204571060604046642
Binary10001101001111000010010111110001100110000100000100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462784; }

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

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

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

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

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

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

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

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