Html Css Color HEX #483080 Windsor

📋 copy color: '#483080'

red 72 ◦ green 48 ◦ blue 128

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

Shades of Windsor #483080

Tints of Windsor #483080

RGB

 RED value IS 72 (28.52% from 255) = 29.03%

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

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

R = 29.03%
G = 19.35%
B = 51.61%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#483080 (or 0x483080) is known color: Windsor. HEX triplet: 48, 30 and 80. RGB value is (72,48,128). Sum of RGB (Red+Green+Blue) = 72+48+128=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #483080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483080 is #B7CF7F. Grayscale: #404040. Windows color (decimal): -12046208 or 8400968. OLE color: 8400968.

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

Color convert

RGB 72 48 128 -
CMYK 0.44 0.62 0 0.50
HSL 258º 0.45% 0.35% -
HSV(B) 258º 0.63% 0.5% -
XYZ 7.63 5.05 20.99 -
YUV 64.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 72 48 128 0.44 0.62 0 0.50 258 0.45 0.35
Hex 48 30 80 2C 3E 0 32 102 2D 23
Octal 110 60 200 54 76 0 62 402 55 43
Binary 1001000 110000 10000000 101100 111110 0 110010 100000010 101101 100011

Color Harmonies of #483080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483080

Black with #483080

Text Example


Text Example

White with #483080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483080; }

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

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

background-color css

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

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

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

border-color css

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

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

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