Html Css Color HEX #482989 Windsor

📋 copy color: '#482989'

red 72 ◦ green 41 ◦ blue 137

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

Shades of Windsor #482989

Tints of Windsor #482989

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.4%

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

R = 28.8%
G = 16.4%
B = 54.8%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#482989 (or 0x482989) is known color: Windsor. HEX triplet: 48, 29 and 89. RGB value is (72,41,137). Sum of RGB (Red+Green+Blue) = 72+41+137=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #482989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482989 is #B7D676. Grayscale: #3C3C3C. Windows color (decimal): -12047991 or 8989000. OLE color: 8989000.

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

Color convert

RGB 72 41 137 -
CMYK 0.47 0.70 0 0.46
HSL 259.38º 0.54% 0.35% -
HSV(B) 259.38º 0.7% 0.54% -
XYZ 7.98 4.77 24.17 -
YUV 61.21 170.77 135.69 -
System Red Green Blue C M Y K H S L
Decimal 72 41 137 0.47 0.70 0 0.46 259.38 0.54 0.35
Hex 48 29 89 2F 46 0 2E 103 36 23
Octal 110 51 211 57 106 0 56 403 66 43
Binary 1001000 101001 10001001 101111 1000110 0 101110 100000011 110110 100011

Color Harmonies of #482989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482989

Black with #482989

Text Example


Text Example

White with #482989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482989; }

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

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

background-color css

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

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

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

border-color css

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

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

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