Html Css Color HEX #482188 Windsor

📋 copy color: '#482188'

red 72 ◦ green 33 ◦ blue 136

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

Shades of Windsor #482188

Tints of Windsor #482188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.69%

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

R = 29.88%
G = 13.69%
B = 56.43%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#482188 (or 0x482188) is known color: Windsor. HEX triplet: 48, 21 and 88. RGB value is (72,33,136). Sum of RGB (Red+Green+Blue) = 72+33+136=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #482188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482188 is #B7DE77. Grayscale: #383838. Windows color (decimal): -12050040 or 8921416. OLE color: 8921416.

HSL color Cylindrical-coordinate representation of color #482188: hue angle of 262.72º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482188 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 33 136 -
CMYK 0.47 0.76 0 0.47
HSL 262.72º 0.61% 0.33% -
HSV(B) 262.72º 0.76% 0.53% -
XYZ 7.66 4.24 23.71 -
YUV 56.4 172.92 139.12 -
System Red Green Blue C M Y K H S L
Decimal 72 33 136 0.47 0.76 0 0.47 262.72 0.61 0.33
Hex 48 21 88 2F 4C 0 2F 107 3D 21
Octal 110 41 210 57 114 0 57 407 75 41
Binary 1001000 100001 10001000 101111 1001100 0 101111 100000111 111101 100001

Color Harmonies of #482188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482188

Black with #482188

Text Example


Text Example

White with #482188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482188; }

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

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

background-color css

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

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

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

border-color css

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

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

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