#462675

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

Shades of Windsor #462675

Tints of Windsor #462675

Color information

#462675 (or 0x462675) is unknown color: approx Windsor. HEX triplet: 46, 26 and 75. RGB value is (70,38,117). Sum of RGB (Red+Green+Blue) = 70+38+117=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #462675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462675 is #B9D98A. Grayscale: #383838. Windows color (decimal): -12179851 or 7677510. OLE color: 7677510.

HSL color Cylindrical-coordinate representation of color #462675: hue angle of 264.3º degrees, saturation: 0.51, 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 #462675 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7038117-
CMYK0.400.6800.54
HSL264.3º50.97%30.39%-
HSV(B)264.3º67.52%45.88%-
XYZ6.433.9717.26-
YUV56.57162.1137.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 117 (46.09% from 255) = 52%
R=31.11%
G=16.89%
B=52%

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
Decimal70381170.400.6800.54264.350.9730.39
Hex4626752844036108331e
Octal10646165501040664106336
Binary100011010011011101011010001000100011011010000100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462675; }

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

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

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

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

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

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

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

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