Html Css Color HEX #46217E Windsor

📋 copy color: '#46217E'

red 70 ◦ green 33 ◦ blue 126

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

Shades of Windsor #46217E

Tints of Windsor #46217E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 55.02%

R = 30.57%
G = 14.41%
B = 55.02%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46217E (or 0x46217E) is known color: Windsor. HEX triplet: 46, 21 and 7E. RGB value is (70,33,126). Sum of RGB (Red+Green+Blue) = 70+33+126=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 126 (49.61% from 255 or 55.02% from 229); Max value from RGB is 126 - color contains mainly: blue. Hex color #46217E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46217E is #B9DE81. Grayscale: #363636. Windows color (decimal): -12181122 or 8266054. OLE color: 8266054.

HSL color Cylindrical-coordinate representation of color #46217E: hue angle of 263.87º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46217E is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 33 126 -
CMYK 0.44 0.74 0 0.51
HSL 263.87º 0.58% 0.31% -
HSV(B) 263.87º 0.74% 0.49% -
XYZ 6.84 3.9 20.13 -
YUV 54.67 168.26 138.94 -
System Red Green Blue C M Y K H S L
Decimal 70 33 126 0.44 0.74 0 0.51 263.87 0.58 0.31
Hex 46 21 7E 2C 4A 0 33 108 3A 1F
Octal 106 41 176 54 112 0 63 410 72 37
Binary 1000110 100001 1111110 101100 1001010 0 110011 100001000 111010 11111

Color Harmonies of #46217E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46217E

Black with #46217E

Text Example


Text Example

White with #46217E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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