Html Css Color HEX #463271 Windsor

📋 copy color: '#463271'

red 70 ◦ green 50 ◦ blue 113

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

Shades of Windsor #463271

Tints of Windsor #463271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.46%

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

R = 30.04%
G = 21.46%
B = 48.5%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#463271 (or 0x463271) is known color: Windsor. HEX triplet: 46, 32 and 71. RGB value is (70,50,113). Sum of RGB (Red+Green+Blue) = 70+50+113=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #463271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463271 is #B9CD8E. Grayscale: #3E3E3E. Windows color (decimal): -12176783 or 7418438. OLE color: 7418438.

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

Color convert

RGB 70 50 113 -
CMYK 0.38 0.56 0 0.56
HSL 259.05º 0.39% 0.32% -
HSV(B) 259.05º 0.56% 0.44% -
XYZ 6.65 4.78 16.19 -
YUV 63.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 70 50 113 0.38 0.56 0 0.56 259.05 0.39 0.32
Hex 46 32 71 26 38 0 38 103 27 20
Octal 106 62 161 46 70 0 70 403 47 40
Binary 1000110 110010 1110001 100110 111000 0 111000 100000011 100111 100000

Color Harmonies of #463271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463271

Black with #463271

Text Example


Text Example

White with #463271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463271; }

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

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

background-color css

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

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

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

border-color css

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

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

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