#462676

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

Shades of Windsor #462676

Tints of Windsor #462676

Color information

#462676 (or 0x462676) is unknown color: approx Windsor. HEX triplet: 46, 26 and 76. RGB value is (70,38,118). Sum of RGB (Red+Green+Blue) = 70+38+118=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #462676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462676 is #B9D989. Grayscale: #383838. Windows color (decimal): -12179850 or 7743046. OLE color: 7743046.

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

Color convert

RGB7038118-
CMYK0.410.6800.54
HSL264º51.28%30.59%-
HSV(B)264º67.8%46.27%-
XYZ6.49417.57-
YUV56.69162.6137.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 118 (46.48% from 255) = 52.21%
R=30.97%
G=16.81%
B=52.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70381180.410.6800.5426451.2830.59
Hex4626762944036108331f
Octal10646166511040664106337
Binary100011010011011101101010011000100011011010000100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462676; }

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

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

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

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

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

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

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

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