Html Css Color HEX #483482 Windsor

📋 copy color: '#483482'

red 72 ◦ green 52 ◦ blue 130

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

Shades of Windsor #483482

Tints of Windsor #483482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.47%

 BLUE value IS 130 (51.17% from 255) = 51.18%

R = 28.35%
G = 20.47%
B = 51.18%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#483482 (or 0x483482) is known color: Windsor. HEX triplet: 48, 34 and 82. RGB value is (72,52,130). Sum of RGB (Red+Green+Blue) = 72+52+130=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #483482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483482 is #B7CB7D. Grayscale: #424242. Windows color (decimal): -12045182 or 8533064. OLE color: 8533064.

HSL color Cylindrical-coordinate representation of color #483482: hue angle of 255.38º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #483482 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 52 130 -
CMYK 0.45 0.60 0 0.49
HSL 255.38º 0.43% 0.36% -
HSV(B) 255.38º 0.6% 0.51% -
XYZ 7.93 5.45 21.75 -
YUV 66.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 72 52 130 0.45 0.60 0 0.49 255.38 0.43 0.36
Hex 48 34 82 2D 3C 0 31 FF 2B 24
Octal 110 64 202 55 74 0 61 377 53 44
Binary 1001000 110100 10000010 101101 111100 0 110001 11111111 101011 100100

Color Harmonies of #483482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483482

Black with #483482

Text Example


Text Example

White with #483482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483482; }

 p { color: rgb(72,52,130); }

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

background-color css

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

 a { background-color: rgb(72,52,130); }

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

border-color css

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

 span { border-color: rgb(72,52,130); }

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