Html Css Color HEX #46217C Windsor

📋 copy color: '#46217C'

red 70 ◦ green 33 ◦ blue 124

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

Shades of Windsor #46217C

Tints of Windsor #46217C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.63%

R = 30.84%
G = 14.54%
B = 54.63%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46217C (or 0x46217C) is known color: Windsor. HEX triplet: 46, 21 and 7C. RGB value is (70,33,124). Sum of RGB (Red+Green+Blue) = 70+33+124=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #46217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46217C is #B9DE83. Grayscale: #363636. Windows color (decimal): -12181124 or 8134982. OLE color: 8134982.

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

Color convert

RGB 70 33 124 -
CMYK 0.44 0.73 0 0.51
HSL 264.4º 0.58% 0.31% -
HSV(B) 264.4º 0.73% 0.49% -
XYZ 6.71 3.85 19.46 -
YUV 54.44 167.26 139.1 -
System Red Green Blue C M Y K H S L
Decimal 70 33 124 0.44 0.73 0 0.51 264.4 0.58 0.31
Hex 46 21 7C 2C 49 0 33 108 3A 1F
Octal 106 41 174 54 111 0 63 410 72 37
Binary 1000110 100001 1111100 101100 1001001 0 110011 100001000 111010 11111

Color Harmonies of #46217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46217C

Black with #46217C

Text Example


Text Example

White with #46217C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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