Html Css Color HEX #463173 Windsor

📋 copy color: '#463173'

red 70 ◦ green 49 ◦ blue 115

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

Shades of Windsor #463173

Tints of Windsor #463173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.15%

R = 29.91%
G = 20.94%
B = 49.15%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#463173 (or 0x463173) is known color: Windsor. HEX triplet: 46, 31 and 73. RGB value is (70,49,115). Sum of RGB (Red+Green+Blue) = 70+49+115=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #463173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463173 is #B9CE8C. Grayscale: #3E3E3E. Windows color (decimal): -12177037 or 7549254. OLE color: 7549254.

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

Color convert

RGB 70 49 115 -
CMYK 0.39 0.57 0 0.55
HSL 259.09º 0.4% 0.32% -
HSV(B) 259.09º 0.57% 0.45% -
XYZ 6.72 4.74 16.78 -
YUV 62.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 70 49 115 0.39 0.57 0 0.55 259.09 0.4 0.32
Hex 46 31 73 27 39 0 37 103 28 20
Octal 106 61 163 47 71 0 67 403 50 40
Binary 1000110 110001 1110011 100111 111001 0 110111 100000011 101000 100000

Color Harmonies of #463173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463173

Black with #463173

Text Example


Text Example

White with #463173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463173; }

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

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

background-color css

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

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

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

border-color css

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

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

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