Html Css Color HEX #46217B Windsor

📋 copy color: '#46217B'

red 70 ◦ green 33 ◦ blue 123

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

Shades of Windsor #46217B

Tints of Windsor #46217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.42%

R = 30.97%
G = 14.6%
B = 54.42%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46217B (or 0x46217B) is known color: Windsor. HEX triplet: 46, 21 and 7B. RGB value is (70,33,123). Sum of RGB (Red+Green+Blue) = 70+33+123=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #46217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46217B is #B9DE84. Grayscale: #363636. Windows color (decimal): -12181125 or 8069446. OLE color: 8069446.

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

Color convert

RGB 70 33 123 -
CMYK 0.43 0.73 0 0.52
HSL 264.67º 0.58% 0.31% -
HSV(B) 264.67º 0.73% 0.48% -
XYZ 6.64 3.82 19.13 -
YUV 54.32 166.76 139.18 -
System Red Green Blue C M Y K H S L
Decimal 70 33 123 0.43 0.73 0 0.52 264.67 0.58 0.31
Hex 46 21 7B 2B 49 0 34 109 3A 1F
Octal 106 41 173 53 111 0 64 411 72 37
Binary 1000110 100001 1111011 101011 1001001 0 110100 100001001 111010 11111

Color Harmonies of #46217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46217B

Black with #46217B

Text Example


Text Example

White with #46217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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