#462375

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

Shades of Windsor #462375

Tints of Windsor #462375

Color information

#462375 (or 0x462375) is unknown color: approx Windsor. HEX triplet: 46, 23 and 75. RGB value is (70,35,117). Sum of RGB (Red+Green+Blue) = 70+35+117=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #462375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462375 is #B9DC8A. Grayscale: #363636. Windows color (decimal): -12180619 or 7676742. OLE color: 7676742.

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

Color convert

RGB7035117-
CMYK0.400.7000.54
HSL265.61º53.95%29.8%-
HSV(B)265.61º70.09%45.88%-
XYZ6.343.7917.23-
YUV54.81163.1138.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 35 (14.06% from 255) = 15.77%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=31.53%
G=15.77%
B=52.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70351170.400.7000.54265.6153.9529.8
Hex462375284603610a361e
Octal10643165501060664126636
Binary100011010001111101011010001000110011011010000101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462375; }

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

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

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

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

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

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

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

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