Html Css Color HEX #482988 Windsor

📋 copy color: '#482988'

red 72 ◦ green 41 ◦ blue 136

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

Shades of Windsor #482988

Tints of Windsor #482988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.62%

R = 28.92%
G = 16.47%
B = 54.62%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#482988 (or 0x482988) is known color: Windsor. HEX triplet: 48, 29 and 88. RGB value is (72,41,136). Sum of RGB (Red+Green+Blue) = 72+41+136=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #482988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482988 is #B7D677. Grayscale: #3C3C3C. Windows color (decimal): -12047992 or 8923464. OLE color: 8923464.

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

Color convert

RGB 72 41 136 -
CMYK 0.47 0.70 0 0.47
HSL 259.58º 0.54% 0.35% -
HSV(B) 259.58º 0.7% 0.53% -
XYZ 7.91 4.74 23.79 -
YUV 61.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 72 41 136 0.47 0.70 0 0.47 259.58 0.54 0.35
Hex 48 29 88 2F 46 0 2F 104 36 23
Octal 110 51 210 57 106 0 57 404 66 43
Binary 1001000 101001 10001000 101111 1000110 0 101111 100000100 110110 100011

Color Harmonies of #482988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482988

Black with #482988

Text Example


Text Example

White with #482988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482988; }

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

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

background-color css

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

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

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

border-color css

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

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

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