Html Css Color HEX #482D84 Windsor

📋 copy color: '#482D84'

red 72 ◦ green 45 ◦ blue 132

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

Shades of Windsor #482D84

Tints of Windsor #482D84

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.07%

 BLUE value IS 132 (51.95% from 255) = 53.01%

R = 28.92%
G = 18.07%
B = 53.01%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#482D84 (or 0x482D84) is known color: Windsor. HEX triplet: 48, 2D and 84. RGB value is (72,45,132). Sum of RGB (Red+Green+Blue) = 72+45+132=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #482D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482D84 is #B7D27B. Grayscale: #3E3E3E. Windows color (decimal): -12046972 or 8662344. OLE color: 8662344.

HSL color Cylindrical-coordinate representation of color #482D84: hue angle of 258.62º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #482D84 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 45 132 -
CMYK 0.45 0.66 0 0.48
HSL 258.62º 0.49% 0.35% -
HSV(B) 258.62º 0.66% 0.52% -
XYZ 7.78 4.92 22.37 -
YUV 62.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 72 45 132 0.45 0.66 0 0.48 258.62 0.49 0.35
Hex 48 2D 84 2D 42 0 30 103 31 23
Octal 110 55 204 55 102 0 60 403 61 43
Binary 1001000 101101 10000100 101101 1000010 0 110000 100000011 110001 100011

Color Harmonies of #482D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D84

Black with #482D84

Text Example


Text Example

White with #482D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482D84; }

 p { color: rgb(72,45,132); }

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

background-color css

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

 a { background-color: rgb(72,45,132); }

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

border-color css

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

 span { border-color: rgb(72,45,132); }

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