Html Css Color HEX #46218E Windsor

📋 copy color: '#46218E'

red 70 ◦ green 33 ◦ blue 142

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

Shades of Windsor #46218E

Tints of Windsor #46218E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.47%

 BLUE value IS 142 (55.86% from 255) = 57.96%

R = 28.57%
G = 13.47%
B = 57.96%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46218E (or 0x46218E) is known color: Windsor. HEX triplet: 46, 21 and 8E. RGB value is (70,33,142). Sum of RGB (Red+Green+Blue) = 70+33+142=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #46218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46218E is #B9DE71. Grayscale: #383838. Windows color (decimal): -12181106 or 9314630. OLE color: 9314630.

HSL color Cylindrical-coordinate representation of color #46218E: hue angle of 260.37º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46218E is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 33 142 -
CMYK 0.51 0.77 0 0.44
HSL 260.37º 0.62% 0.34% -
HSV(B) 260.37º 0.77% 0.56% -
XYZ 7.95 4.34 26.01 -
YUV 56.49 176.26 137.64 -
System Red Green Blue C M Y K H S L
Decimal 70 33 142 0.51 0.77 0 0.44 260.37 0.62 0.34
Hex 46 21 8E 33 4D 0 2C 104 3E 22
Octal 106 41 216 63 115 0 54 404 76 42
Binary 1000110 100001 10001110 110011 1001101 0 101100 100000100 111110 100010

Color Harmonies of #46218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46218E

Black with #46218E

Text Example


Text Example

White with #46218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46218E; }

 p { color: rgb(70,33,142); }

 H1.HeaderClassName
 {
   color: #46218E;
 }
 .AnyTagClassName
 {
   color: #46218E;
 }
</style>

background-color css

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

 a { background-color: rgb(70,33,142); }

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

border-color css

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

 span { border-color: rgb(70,33,142); }

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