Html Css Color HEX #462179 Windsor

📋 copy color: '#462179'

red 70 ◦ green 33 ◦ blue 121

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

Shades of Windsor #462179

Tints of Windsor #462179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 54.02%

R = 31.25%
G = 14.73%
B = 54.02%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#462179 (or 0x462179) is known color: Windsor. HEX triplet: 46, 21 and 79. RGB value is (70,33,121). Sum of RGB (Red+Green+Blue) = 70+33+121=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #462179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462179 is #B9DE86. Grayscale: #353535. Windows color (decimal): -12181127 or 7938374. OLE color: 7938374.

HSL color Cylindrical-coordinate representation of color #462179: hue angle of 265.23º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462179 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 33 121 -
CMYK 0.42 0.73 0 0.53
HSL 265.23º 0.57% 0.3% -
HSV(B) 265.23º 0.73% 0.47% -
XYZ 6.52 3.77 18.47 -
YUV 54.1 165.76 139.34 -
System Red Green Blue C M Y K H S L
Decimal 70 33 121 0.42 0.73 0 0.53 265.23 0.57 0.3
Hex 46 21 79 2A 49 0 35 109 39 1E
Octal 106 41 171 52 111 0 65 411 71 36
Binary 1000110 100001 1111001 101010 1001001 0 110101 100001001 111001 11110

Color Harmonies of #462179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462179

Black with #462179

Text Example


Text Example

White with #462179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462179; }

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

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

background-color css

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

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

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

border-color css

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

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

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