Html Css Color HEX #46198C Windsor

📋 copy color: '#46198C'

red 70 ◦ green 25 ◦ blue 140

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

Shades of Windsor #46198C

Tints of Windsor #46198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.64%

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

R = 29.79%
G = 10.64%
B = 59.57%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46198C (or 0x46198C) is known color: Windsor. HEX triplet: 46, 19 and 8C. RGB value is (70,25,140). Sum of RGB (Red+Green+Blue) = 70+25+140=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #46198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46198C is #B9E673. Grayscale: #333333. Windows color (decimal): -12183156 or 9181510. OLE color: 9181510.

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

Color convert

RGB 70 25 140 -
CMYK 0.50 0.82 0 0.45
HSL 263.48º 0.7% 0.32% -
HSV(B) 263.48º 0.82% 0.55% -
XYZ 7.61 3.89 25.16 -
YUV 51.57 177.91 141.15 -
System Red Green Blue C M Y K H S L
Decimal 70 25 140 0.50 0.82 0 0.45 263.48 0.7 0.32
Hex 46 19 8C 32 52 0 2D 107 46 20
Octal 106 31 214 62 122 0 55 407 106 40
Binary 1000110 11001 10001100 110010 1010010 0 101101 100000111 1000110 100000

Color Harmonies of #46198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46198C

Black with #46198C

Text Example


Text Example

White with #46198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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