Html Css Color HEX #483579 Windsor

📋 copy color: '#483579'

red 72 ◦ green 53 ◦ blue 121

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

Shades of Windsor #483579

Tints of Windsor #483579

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

 BLUE value IS 121 (47.66% from 255) = 49.19%

R = 29.27%
G = 21.54%
B = 49.19%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#483579 (or 0x483579) is known color: Windsor. HEX triplet: 48, 35 and 79. RGB value is (72,53,121). Sum of RGB (Red+Green+Blue) = 72+53+121=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #483579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483579 is #B7CA86. Grayscale: #424242. Windows color (decimal): -12044935 or 7943496. OLE color: 7943496.

HSL color Cylindrical-coordinate representation of color #483579: hue angle of 256.76º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #483579 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 53 121 -
CMYK 0.40 0.56 0 0.53
HSL 256.76º 0.39% 0.34% -
HSV(B) 256.76º 0.56% 0.47% -
XYZ 7.4 5.3 18.72 -
YUV 66.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 72 53 121 0.40 0.56 0 0.53 256.76 0.39 0.34
Hex 48 35 79 28 38 0 35 101 27 22
Octal 110 65 171 50 70 0 65 401 47 42
Binary 1001000 110101 1111001 101000 111000 0 110101 100000001 100111 100010

Color Harmonies of #483579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483579

Black with #483579

Text Example


Text Example

White with #483579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483579; }

 p { color: rgb(72,53,121); }

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

background-color css

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

 a { background-color: rgb(72,53,121); }

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

border-color css

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

 span { border-color: rgb(72,53,121); }

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