Html Css Color HEX #482C85 Windsor

📋 copy color: '#482C85'

red 72 ◦ green 44 ◦ blue 133

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

Shades of Windsor #482C85

Tints of Windsor #482C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.67%

 BLUE value IS 133 (52.34% from 255) = 53.41%

R = 28.92%
G = 17.67%
B = 53.41%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#482C85 (or 0x482C85) is known color: Windsor. HEX triplet: 48, 2C and 85. RGB value is (72,44,133). Sum of RGB (Red+Green+Blue) = 72+44+133=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #482C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482C85 is #B7D37A. Grayscale: #3E3E3E. Windows color (decimal): -12047227 or 8727624. OLE color: 8727624.

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

Color convert

RGB 72 44 133 -
CMYK 0.46 0.67 0 0.48
HSL 258.88º 0.5% 0.35% -
HSV(B) 258.88º 0.67% 0.52% -
XYZ 7.81 4.87 22.72 -
YUV 62.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 72 44 133 0.46 0.67 0 0.48 258.88 0.5 0.35
Hex 48 2C 85 2E 43 0 30 103 32 23
Octal 110 54 205 56 103 0 60 403 62 43
Binary 1001000 101100 10000101 101110 1000011 0 110000 100000011 110010 100011

Color Harmonies of #482C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C85

Black with #482C85

Text Example


Text Example

White with #482C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,44,133); }

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

background-color css

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

 a { background-color: rgb(72,44,133); }

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

border-color css

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

 span { border-color: rgb(72,44,133); }

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