Html Css Color HEX #483173 Windsor

📋 copy color: '#483173'

red 72 ◦ green 49 ◦ blue 115

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

Shades of Windsor #483173

Tints of Windsor #483173

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.76%

 BLUE value IS 115 (45.31% from 255) = 48.73%

R = 30.51%
G = 20.76%
B = 48.73%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#483173 (or 0x483173) is known color: Windsor. HEX triplet: 48, 31 and 73. RGB value is (72,49,115). Sum of RGB (Red+Green+Blue) = 72+49+115=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #483173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483173 is #B7CE8C. Grayscale: #3F3F3F. Windows color (decimal): -12045965 or 7549256. OLE color: 7549256.

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

Color convert

RGB 72 49 115 -
CMYK 0.37 0.57 0 0.55
HSL 260.91º 0.4% 0.32% -
HSV(B) 260.91º 0.57% 0.45% -
XYZ 6.87 4.81 16.79 -
YUV 63.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 72 49 115 0.37 0.57 0 0.55 260.91 0.4 0.32
Hex 48 31 73 25 39 0 37 105 28 20
Octal 110 61 163 45 71 0 67 405 50 40
Binary 1001000 110001 1110011 100101 111001 0 110111 100000101 101000 100000

Color Harmonies of #483173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483173

Black with #483173

Text Example


Text Example

White with #483173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483173; }

 p { color: rgb(72,49,115); }

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

background-color css

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

 a { background-color: rgb(72,49,115); }

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

border-color css

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

 span { border-color: rgb(72,49,115); }

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