Html Css Color HEX #482788 Windsor

📋 copy color: '#482788'

red 72 ◦ green 39 ◦ blue 136

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

Shades of Windsor #482788

Tints of Windsor #482788

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.79%

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

R = 29.15%
G = 15.79%
B = 55.06%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#482788 (or 0x482788) is known color: Windsor. HEX triplet: 48, 27 and 88. RGB value is (72,39,136). Sum of RGB (Red+Green+Blue) = 72+39+136=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #482788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482788 is #B7D877. Grayscale: #3B3B3B. Windows color (decimal): -12048504 or 8922952. OLE color: 8922952.

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

Color convert

RGB 72 39 136 -
CMYK 0.47 0.71 0 0.47
HSL 260.41º 0.55% 0.34% -
HSV(B) 260.41º 0.71% 0.53% -
XYZ 7.84 4.61 23.77 -
YUV 59.93 170.93 136.61 -
System Red Green Blue C M Y K H S L
Decimal 72 39 136 0.47 0.71 0 0.47 260.41 0.55 0.34
Hex 48 27 88 2F 47 0 2F 104 37 22
Octal 110 47 210 57 107 0 57 404 67 42
Binary 1001000 100111 10001000 101111 1000111 0 101111 100000100 110111 100010

Color Harmonies of #482788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482788

Black with #482788

Text Example


Text Example

White with #482788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482788; }

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

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

background-color css

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

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

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

border-color css

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

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

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