Html Css Color HEX #482B88 Windsor

📋 copy color: '#482B88'

red 72 ◦ green 43 ◦ blue 136

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

Shades of Windsor #482B88

Tints of Windsor #482B88

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.13%

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

R = 28.69%
G = 17.13%
B = 54.18%

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

#482B88 (or 0x482B88) is known color: Windsor. HEX triplet: 48, 2B and 88. RGB value is (72,43,136). Sum of RGB (Red+Green+Blue) = 72+43+136=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #482B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482B88 is #B7D477. Grayscale: #3D3D3D. Windows color (decimal): -12047480 or 8923976. OLE color: 8923976.

HSL color Cylindrical-coordinate representation of color #482B88: hue angle of 258.71º degrees, saturation: 0.52, 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 #482B88 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 43 136 -
CMYK 0.47 0.68 0 0.47
HSL 258.71º 0.52% 0.35% -
HSV(B) 258.71º 0.68% 0.53% -
XYZ 7.98 4.88 23.81 -
YUV 62.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 72 43 136 0.47 0.68 0 0.47 258.71 0.52 0.35
Hex 48 2B 88 2F 44 0 2F 103 34 23
Octal 110 53 210 57 104 0 57 403 64 43
Binary 1001000 101011 10001000 101111 1000100 0 101111 100000011 110100 100011

Color Harmonies of #482B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B88

Black with #482B88

Text Example


Text Example

White with #482B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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