Html Css Color HEX #483379 Windsor

📋 copy color: '#483379'

red 72 ◦ green 51 ◦ blue 121

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

Shades of Windsor #483379

Tints of Windsor #483379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

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

R = 29.51%
G = 20.9%
B = 49.59%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#483379 (or 0x483379) is known color: Windsor. HEX triplet: 48, 33 and 79. RGB value is (72,51,121). Sum of RGB (Red+Green+Blue) = 72+51+121=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #483379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483379 is #B7CC86. Grayscale: #414141. Windows color (decimal): -12045447 or 7942984. OLE color: 7942984.

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

Color convert

RGB 72 51 121 -
CMYK 0.40 0.58 0 0.53
HSL 258º 0.41% 0.34% -
HSV(B) 258º 0.58% 0.47% -
XYZ 7.31 5.13 18.69 -
YUV 65.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 72 51 121 0.40 0.58 0 0.53 258 0.41 0.34
Hex 48 33 79 28 3A 0 35 102 29 22
Octal 110 63 171 50 72 0 65 402 51 42
Binary 1001000 110011 1111001 101000 111010 0 110101 100000010 101001 100010

Color Harmonies of #483379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483379

Black with #483379

Text Example


Text Example

White with #483379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483379; }

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

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

background-color css

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

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

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

border-color css

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

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

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