Html Css Color HEX #463171 Windsor

📋 copy color: '#463171'

red 70 ◦ green 49 ◦ blue 113

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

Shades of Windsor #463171

Tints of Windsor #463171

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

 BLUE value IS 113 (44.53% from 255) = 48.71%

R = 30.17%
G = 21.12%
B = 48.71%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#463171 (or 0x463171) is known color: Windsor. HEX triplet: 46, 31 and 71. RGB value is (70,49,113). Sum of RGB (Red+Green+Blue) = 70+49+113=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #463171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463171 is #B9CE8E. Grayscale: #3E3E3E. Windows color (decimal): -12177039 or 7418182. OLE color: 7418182.

HSL color Cylindrical-coordinate representation of color #463171: hue angle of 259.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #463171 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 49 113 -
CMYK 0.38 0.57 0 0.56
HSL 259.69º 0.4% 0.32% -
HSV(B) 259.69º 0.57% 0.44% -
XYZ 6.6 4.69 16.18 -
YUV 62.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 70 49 113 0.38 0.57 0 0.56 259.69 0.4 0.32
Hex 46 31 71 26 39 0 38 104 28 20
Octal 106 61 161 46 71 0 70 404 50 40
Binary 1000110 110001 1110001 100110 111001 0 111000 100000100 101000 100000

Color Harmonies of #463171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463171

Black with #463171

Text Example


Text Example

White with #463171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463171; }

 p { color: rgb(70,49,113); }

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

background-color css

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

 a { background-color: rgb(70,49,113); }

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

border-color css

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

 span { border-color: rgb(70,49,113); }

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