#462775

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

Shades of Windsor #462775

Tints of Windsor #462775

Color information

#462775 (or 0x462775) is unknown color: approx Windsor. HEX triplet: 46, 27 and 75. RGB value is (70,39,117). Sum of RGB (Red+Green+Blue) = 70+39+117=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #462775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462775 is #B9D88A. Grayscale: #383838. Windows color (decimal): -12179595 or 7677766. OLE color: 7677766.

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

Color convert

RGB7039117-
CMYK0.400.6700.54
HSL263.85º50%30.59%-
HSV(B)263.85º66.67%45.88%-
XYZ6.464.0417.27-
YUV57.16161.77137.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 39 (15.62% from 255) = 17.26%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=30.97%
G=17.26%
B=51.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70391170.400.6700.54263.855030.59
Hex4627752843036108321f
Octal10647165501030664106237
Binary100011010011111101011010001000011011011010000100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462775; }

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

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

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

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

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

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

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

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