Html Css Color HEX #46208C Windsor

📋 copy color: '#46208C'

red 70 ◦ green 32 ◦ blue 140

#46208C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #46208C

Tints of Windsor #46208C

RGB

 RED value IS 70 (27.73% from 255) = 28.93%

 GREEN value IS 32 (12.89% from 255) = 13.22%

 BLUE value IS 140 (55.08% from 255) = 57.85%

R = 28.93%
G = 13.22%
B = 57.85%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46208C (or 0x46208C) is known color: Windsor. HEX triplet: 46, 20 and 8C. RGB value is (70,32,140). Sum of RGB (Red+Green+Blue) = 70+32+140=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #46208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46208C is #B9DF73. Grayscale: #373737. Windows color (decimal): -12181364 or 9183302. OLE color: 9183302.

HSL color Cylindrical-coordinate representation of color #46208C: hue angle of 261.11º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46208C is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 32 140 -
CMYK 0.50 0.77 0 0.45
HSL 261.11º 0.63% 0.34% -
HSV(B) 261.11º 0.77% 0.55% -
XYZ 7.78 4.23 25.22 -
YUV 55.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 70 32 140 0.50 0.77 0 0.45 261.11 0.63 0.34
Hex 46 20 8C 32 4D 0 2D 105 3F 22
Octal 106 40 214 62 115 0 55 405 77 42
Binary 1000110 100000 10001100 110010 1001101 0 101101 100000101 111111 100010

Color Harmonies of #46208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46208C

Black with #46208C

Text Example


Text Example

White with #46208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46208C; }

 p { color: rgb(70,32,140); }

 H1.HeaderClassName
 {
   color: #46208C;
 }
 .AnyTagClassName
 {
   color: #46208C;
 }
</style>

background-color css

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

 a { background-color: rgb(70,32,140); }

 div.DivClassName
 {
   background-color: #46208C;
 }
 .BgClassName
 {
   background-color: #46208C;
 }
</style>

border-color css

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

 span { border-color: rgb(70,32,140); }

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