Html Css Color HEX #482C88 Windsor

📋 copy color: '#482C88'

red 72 ◦ green 44 ◦ blue 136

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

Shades of Windsor #482C88

Tints of Windsor #482C88

RGB

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

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

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

R = 28.57%
G = 17.46%
B = 53.97%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#482C88 (or 0x482C88) is known color: Windsor. HEX triplet: 48, 2C and 88. RGB value is (72,44,136). Sum of RGB (Red+Green+Blue) = 72+44+136=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #482C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482C88 is #B7D377. Grayscale: #3E3E3E. Windows color (decimal): -12047224 or 8924232. OLE color: 8924232.

HSL color Cylindrical-coordinate representation of color #482C88: hue angle of 258.26º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482C88 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 44 136 -
CMYK 0.47 0.68 0 0.47
HSL 258.26º 0.51% 0.35% -
HSV(B) 258.26º 0.68% 0.53% -
XYZ 8.02 4.96 23.83 -
YUV 62.86 169.28 134.52 -
System Red Green Blue C M Y K H S L
Decimal 72 44 136 0.47 0.68 0 0.47 258.26 0.51 0.35
Hex 48 2C 88 2F 44 0 2F 102 33 23
Octal 110 54 210 57 104 0 57 402 63 43
Binary 1001000 101100 10001000 101111 1000100 0 101111 100000010 110011 100011

Color Harmonies of #482C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C88

Black with #482C88

Text Example


Text Example

White with #482C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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