Html Css Color HEX #483574 Windsor

📋 copy color: '#483574'

red 72 ◦ green 53 ◦ blue 116

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

Shades of Windsor #483574

Tints of Windsor #483574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.13%

R = 29.88%
G = 21.99%
B = 48.13%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#483574 (or 0x483574) is known color: Windsor. HEX triplet: 48, 35 and 74. RGB value is (72,53,116). Sum of RGB (Red+Green+Blue) = 72+53+116=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #483574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483574 is #B7CA8B. Grayscale: #414141. Windows color (decimal): -12044940 or 7615816. OLE color: 7615816.

HSL color Cylindrical-coordinate representation of color #483574: hue angle of 258.1º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483574 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 53 116 -
CMYK 0.38 0.54 0 0.55
HSL 258.1º 0.37% 0.33% -
HSV(B) 258.1º 0.54% 0.45% -
XYZ 7.1 5.18 17.15 -
YUV 65.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 72 53 116 0.38 0.54 0 0.55 258.1 0.37 0.33
Hex 48 35 74 26 36 0 37 102 25 21
Octal 110 65 164 46 66 0 67 402 45 41
Binary 1001000 110101 1110100 100110 110110 0 110111 100000010 100101 100001

Color Harmonies of #483574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483574

Black with #483574

Text Example


Text Example

White with #483574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483574; }

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

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

background-color css

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

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

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

border-color css

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

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

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