Html Css Color HEX #483575 Windsor

📋 copy color: '#483575'

red 72 ◦ green 53 ◦ blue 117

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

Shades of Windsor #483575

Tints of Windsor #483575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.35%

R = 29.75%
G = 21.9%
B = 48.35%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#483575 (or 0x483575) is known color: Windsor. HEX triplet: 48, 35 and 75. RGB value is (72,53,117). Sum of RGB (Red+Green+Blue) = 72+53+117=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #483575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483575 is #B7CA8A. Grayscale: #414141. Windows color (decimal): -12044939 or 7681352. OLE color: 7681352.

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

Color convert

RGB 72 53 117 -
CMYK 0.38 0.55 0 0.54
HSL 257.81º 0.38% 0.33% -
HSV(B) 257.81º 0.55% 0.46% -
XYZ 7.16 5.21 17.46 -
YUV 65.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 72 53 117 0.38 0.55 0 0.54 257.81 0.38 0.33
Hex 48 35 75 26 37 0 36 102 26 21
Octal 110 65 165 46 67 0 66 402 46 41
Binary 1001000 110101 1110101 100110 110111 0 110110 100000010 100110 100001

Color Harmonies of #483575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483575

Black with #483575

Text Example


Text Example

White with #483575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483575; }

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

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

background-color css

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

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

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

border-color css

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

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

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