#46248F

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

Shades of Windsor #46248F

Tints of Windsor #46248F

Color information

#46248F (or 0x46248F) is unknown color: approx Windsor. HEX triplet: 46, 24 and 8F. RGB value is (70,36,143). Sum of RGB (Red+Green+Blue) = 70+36+143=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #46248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46248F is #B9DB70. Grayscale: #393939. Windows color (decimal): -12180337 or 9380934. OLE color: 9380934.

HSL color Cylindrical-coordinate representation of color #46248F: hue angle of 259.07º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46248F is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7036143-
CMYK0.510.7500.44
HSL259.07º59.78%35.1%-
HSV(B)259.07º74.83%56.08%-
XYZ8.114.5526.44-
YUV58.36175.76136.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 36 (14.45% from 255) = 14.46%
BLUE value IS 143 (56.25% from 255) = 57.43%
R=28.11%
G=14.46%
B=57.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70361430.510.7500.44259.0759.7835.1
Hex46248F334B02C1033c23
Octal10644217631130544037443
Binary10001101001001000111111001110010110101100100000011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46248F; }

 p { color: rgb(70,36,143); }

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

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

 a { background-color: rgb(70,36,143); }

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

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

 span { border-color: rgb(70,36,143); }

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