#462674

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

Shades of Windsor #462674

Tints of Windsor #462674

Color information

#462674 (or 0x462674) is unknown color: approx Windsor. HEX triplet: 46, 26 and 74. RGB value is (70,38,116). Sum of RGB (Red+Green+Blue) = 70+38+116=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #462674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462674 is #B9D98B. Grayscale: #383838. Windows color (decimal): -12179852 or 7611974. OLE color: 7611974.

HSL color Cylindrical-coordinate representation of color #462674: hue angle of 264.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #462674 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7038116-
CMYK0.400.6700.55
HSL264.62º50.65%30.2%-
HSV(B)264.62º67.24%45.49%-
XYZ6.373.9516.95-
YUV56.46161.6137.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 38 (15.23% from 255) = 16.96%
BLUE value IS 116 (45.70% from 255) = 51.79%
R=31.25%
G=16.96%
B=51.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70381160.400.6700.55264.6250.6530.2
Hex4626742843037109331e
Octal10646164501030674116336
Binary100011010011011101001010001000011011011110000100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462674; }

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

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

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

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

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

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

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

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