Html Css Color HEX #463176 Windsor

📋 copy color: '#463176'

red 70 ◦ green 49 ◦ blue 118

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

Shades of Windsor #463176

Tints of Windsor #463176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 49.79%

R = 29.54%
G = 20.68%
B = 49.79%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#463176 (or 0x463176) is known color: Windsor. HEX triplet: 46, 31 and 76. RGB value is (70,49,118). Sum of RGB (Red+Green+Blue) = 70+49+118=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #463176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463176 is #B9CE89. Grayscale: #3E3E3E. Windows color (decimal): -12177034 or 7745862. OLE color: 7745862.

HSL color Cylindrical-coordinate representation of color #463176: hue angle of 258.26º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #463176 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 49 118 -
CMYK 0.41 0.58 0 0.54
HSL 258.26º 0.41% 0.33% -
HSV(B) 258.26º 0.58% 0.46% -
XYZ 6.89 4.81 17.7 -
YUV 63.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 70 49 118 0.41 0.58 0 0.54 258.26 0.41 0.33
Hex 46 31 76 29 3A 0 36 102 29 21
Octal 106 61 166 51 72 0 66 402 51 41
Binary 1000110 110001 1110110 101001 111010 0 110110 100000010 101001 100001

Color Harmonies of #463176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463176

Black with #463176

Text Example


Text Example

White with #463176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463176; }

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

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

background-color css

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

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

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

border-color css

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

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

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