Html Css Color HEX #463080 Windsor

📋 copy color: '#463080'

red 70 ◦ green 48 ◦ blue 128

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

Shades of Windsor #463080

Tints of Windsor #463080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

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

R = 28.46%
G = 19.51%
B = 52.03%

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

#463080 (or 0x463080) is known color: Windsor. HEX triplet: 46, 30 and 80. RGB value is (70,48,128). Sum of RGB (Red+Green+Blue) = 70+48+128=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #463080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463080 is #B9CF7F. Grayscale: #3F3F3F. Windows color (decimal): -12177280 or 8400966. OLE color: 8400966.

HSL color Cylindrical-coordinate representation of color #463080: hue angle of 256.5º 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 #463080 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 48 128 -
CMYK 0.45 0.62 0 0.50
HSL 256.5º 0.45% 0.35% -
HSV(B) 256.5º 0.63% 0.5% -
XYZ 7.48 4.97 20.99 -
YUV 63.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 70 48 128 0.45 0.62 0 0.50 256.5 0.45 0.35
Hex 46 30 80 2D 3E 0 32 100 2D 23
Octal 106 60 200 55 76 0 62 400 55 43
Binary 1000110 110000 10000000 101101 111110 0 110010 100000000 101101 100011

Color Harmonies of #463080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463080

Black with #463080

Text Example


Text Example

White with #463080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463080; }

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

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

background-color css

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

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

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

border-color css

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

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

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