Html Css Color HEX #482687 Windsor

📋 copy color: '#482687'

red 72 ◦ green 38 ◦ blue 135

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

Shades of Windsor #482687

Tints of Windsor #482687

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.51%

 BLUE value IS 135 (53.13% from 255) = 55.1%

R = 29.39%
G = 15.51%
B = 55.1%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#482687 (or 0x482687) is known color: Windsor. HEX triplet: 48, 26 and 87. RGB value is (72,38,135). Sum of RGB (Red+Green+Blue) = 72+38+135=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #482687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482687 is #B7D978. Grayscale: #3A3A3A. Windows color (decimal): -12048761 or 8857160. OLE color: 8857160.

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

Color convert

RGB 72 38 135 -
CMYK 0.47 0.72 0 0.47
HSL 261.03º 0.56% 0.34% -
HSV(B) 261.03º 0.72% 0.53% -
XYZ 7.74 4.51 23.38 -
YUV 59.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 72 38 135 0.47 0.72 0 0.47 261.03 0.56 0.34
Hex 48 26 87 2F 48 0 2F 105 38 22
Octal 110 46 207 57 110 0 57 405 70 42
Binary 1001000 100110 10000111 101111 1001000 0 101111 100000101 111000 100010

Color Harmonies of #482687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482687

Black with #482687

Text Example


Text Example

White with #482687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482687; }

 p { color: rgb(72,38,135); }

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

background-color css

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

 a { background-color: rgb(72,38,135); }

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

border-color css

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

 span { border-color: rgb(72,38,135); }

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