Html Css Color HEX #463180 Windsor

📋 copy color: '#463180'

red 70 ◦ green 49 ◦ blue 128

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

Shades of Windsor #463180

Tints of Windsor #463180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51.82%

R = 28.34%
G = 19.84%
B = 51.82%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#463180 (or 0x463180) is known color: Windsor. HEX triplet: 46, 31 and 80. RGB value is (70,49,128). Sum of RGB (Red+Green+Blue) = 70+49+128=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #463180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463180 is #B9CE7F. Grayscale: #3F3F3F. Windows color (decimal): -12177024 or 8401222. OLE color: 8401222.

HSL color Cylindrical-coordinate representation of color #463180: hue angle of 255.95º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #463180 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 49 128 -
CMYK 0.45 0.62 0 0.50
HSL 255.95º 0.45% 0.35% -
HSV(B) 255.95º 0.62% 0.5% -
XYZ 7.52 5.06 21 -
YUV 64.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 70 49 128 0.45 0.62 0 0.50 255.95 0.45 0.35
Hex 46 31 80 2D 3E 0 32 100 2D 23
Octal 106 61 200 55 76 0 62 400 55 43
Binary 1000110 110001 10000000 101101 111110 0 110010 100000000 101101 100011

Color Harmonies of #463180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463180

Black with #463180

Text Example


Text Example

White with #463180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463180; }

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

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

background-color css

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

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

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

border-color css

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

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

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