#462575

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

Shades of Windsor #462575

Tints of Windsor #462575

Color information

#462575 (or 0x462575) is unknown color: approx Windsor. HEX triplet: 46, 25 and 75. RGB value is (70,37,117). Sum of RGB (Red+Green+Blue) = 70+37+117=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #462575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462575 is #B9DA8A. Grayscale: #373737. Windows color (decimal): -12180107 or 7677254. OLE color: 7677254.

HSL color Cylindrical-coordinate representation of color #462575: hue angle of 264.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #462575 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7037117-
CMYK0.400.6800.54
HSL264.75º51.95%30.2%-
HSV(B)264.75º68.38%45.88%-
XYZ6.43.9117.25-
YUV55.99162.43138-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=31.25%
G=16.52%
B=52.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70371170.400.6800.54264.7551.9530.2
Hex4625752844036109341e
Octal10645165501040664116436
Binary100011010010111101011010001000100011011010000100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462575; }

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

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

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

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

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

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

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

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