Html Css Color HEX #482682 Windsor

📋 copy color: '#482682'

red 72 ◦ green 38 ◦ blue 130

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

Shades of Windsor #482682

Tints of Windsor #482682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.83%

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

R = 30%
G = 15.83%
B = 54.17%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#482682 (or 0x482682) is known color: Windsor. HEX triplet: 48, 26 and 82. RGB value is (72,38,130). Sum of RGB (Red+Green+Blue) = 72+38+130=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #482682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482682 is #B7D97D. Grayscale: #3A3A3A. Windows color (decimal): -12048766 or 8529480. OLE color: 8529480.

HSL color Cylindrical-coordinate representation of color #482682: hue angle of 262.17º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482682 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 38 130 -
CMYK 0.45 0.71 0 0.49
HSL 262.17º 0.55% 0.33% -
HSV(B) 262.17º 0.71% 0.51% -
XYZ 7.39 4.38 21.57 -
YUV 58.65 168.26 137.52 -
System Red Green Blue C M Y K H S L
Decimal 72 38 130 0.45 0.71 0 0.49 262.17 0.55 0.33
Hex 48 26 82 2D 47 0 31 106 37 21
Octal 110 46 202 55 107 0 61 406 67 41
Binary 1001000 100110 10000010 101101 1000111 0 110001 100000110 110111 100001

Color Harmonies of #482682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482682

Black with #482682

Text Example


Text Example

White with #482682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482682; }

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

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

background-color css

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

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

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

border-color css

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

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

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