Html Css Color HEX #482589 Windsor

📋 copy color: '#482589'

red 72 ◦ green 37 ◦ blue 137

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

Shades of Windsor #482589

Tints of Windsor #482589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

 BLUE value IS 137 (53.91% from 255) = 55.69%

R = 29.27%
G = 15.04%
B = 55.69%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#482589 (or 0x482589) is known color: Windsor. HEX triplet: 48, 25 and 89. RGB value is (72,37,137). Sum of RGB (Red+Green+Blue) = 72+37+137=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #482589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482589 is #B7DA76. Grayscale: #3A3A3A. Windows color (decimal): -12049015 or 8987976. OLE color: 8987976.

HSL color Cylindrical-coordinate representation of color #482589: hue angle of 261º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482589 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 37 137 -
CMYK 0.47 0.73 0 0.46
HSL 261º 0.57% 0.34% -
HSV(B) 261º 0.73% 0.54% -
XYZ 7.85 4.51 24.12 -
YUV 58.87 172.1 137.37 -
System Red Green Blue C M Y K H S L
Decimal 72 37 137 0.47 0.73 0 0.46 261 0.57 0.34
Hex 48 25 89 2F 49 0 2E 105 39 22
Octal 110 45 211 57 111 0 56 405 71 42
Binary 1001000 100101 10001001 101111 1001001 0 101110 100000101 111001 100010

Color Harmonies of #482589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482589

Black with #482589

Text Example


Text Example

White with #482589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482589; }

 p { color: rgb(72,37,137); }

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

background-color css

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

 a { background-color: rgb(72,37,137); }

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

border-color css

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

 span { border-color: rgb(72,37,137); }

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