Html Css Color HEX #482285 Windsor

📋 copy color: '#482285'

red 72 ◦ green 34 ◦ blue 133

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

Shades of Windsor #482285

Tints of Windsor #482285

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.23%

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

R = 30.13%
G = 14.23%
B = 55.65%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#482285 (or 0x482285) is known color: Windsor. HEX triplet: 48, 22 and 85. RGB value is (72,34,133). Sum of RGB (Red+Green+Blue) = 72+34+133=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #482285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482285 is #B7DD7A. Grayscale: #383838. Windows color (decimal): -12049787 or 8725064. OLE color: 8725064.

HSL color Cylindrical-coordinate representation of color #482285: hue angle of 263.03º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482285 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 34 133 -
CMYK 0.46 0.74 0 0.48
HSL 263.03º 0.59% 0.33% -
HSV(B) 263.03º 0.74% 0.52% -
XYZ 7.48 4.22 22.61 -
YUV 56.65 171.09 138.95 -
System Red Green Blue C M Y K H S L
Decimal 72 34 133 0.46 0.74 0 0.48 263.03 0.59 0.33
Hex 48 22 85 2E 4A 0 30 107 3B 21
Octal 110 42 205 56 112 0 60 407 73 41
Binary 1001000 100010 10000101 101110 1001010 0 110000 100000111 111011 100001

Color Harmonies of #482285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482285

Black with #482285

Text Example


Text Example

White with #482285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482285; }

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

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

background-color css

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

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

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

border-color css

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

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

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