Html Css Color HEX #483185 Windsor

📋 copy color: '#483185'

red 72 ◦ green 49 ◦ blue 133

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

Shades of Windsor #483185

Tints of Windsor #483185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.36%

R = 28.35%
G = 19.29%
B = 52.36%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#483185 (or 0x483185) is known color: Windsor. HEX triplet: 48, 31 and 85. RGB value is (72,49,133). Sum of RGB (Red+Green+Blue) = 72+49+133=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #483185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483185 is #B7CE7A. Grayscale: #414141. Windows color (decimal): -12045947 or 8728904. OLE color: 8728904.

HSL color Cylindrical-coordinate representation of color #483185: hue angle of 256.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483185 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 49 133 -
CMYK 0.46 0.63 0 0.48
HSL 256.43º 0.46% 0.36% -
HSV(B) 256.43º 0.63% 0.52% -
XYZ 8 5.27 22.79 -
YUV 65.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 72 49 133 0.46 0.63 0 0.48 256.43 0.46 0.36
Hex 48 31 85 2E 3F 0 30 100 2E 24
Octal 110 61 205 56 77 0 60 400 56 44
Binary 1001000 110001 10000101 101110 111111 0 110000 100000000 101110 100100

Color Harmonies of #483185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483185

Black with #483185

Text Example


Text Example

White with #483185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483185; }

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

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

background-color css

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

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

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

border-color css

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

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

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