Html Css Color HEX #482689 Windsor

📋 copy color: '#482689'

red 72 ◦ green 38 ◦ blue 137

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

Shades of Windsor #482689

Tints of Windsor #482689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 55.47%

R = 29.15%
G = 15.38%
B = 55.47%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#482689 (or 0x482689) is known color: Windsor. HEX triplet: 48, 26 and 89. RGB value is (72,38,137). Sum of RGB (Red+Green+Blue) = 72+38+137=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #482689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482689 is #B7D976. Grayscale: #3B3B3B. Windows color (decimal): -12048759 or 8988232. OLE color: 8988232.

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

Color convert

RGB 72 38 137 -
CMYK 0.47 0.72 0 0.46
HSL 260.61º 0.57% 0.34% -
HSV(B) 260.61º 0.72% 0.54% -
XYZ 7.88 4.57 24.13 -
YUV 59.45 171.76 136.95 -
System Red Green Blue C M Y K H S L
Decimal 72 38 137 0.47 0.72 0 0.46 260.61 0.57 0.34
Hex 48 26 89 2F 48 0 2E 105 39 22
Octal 110 46 211 57 110 0 56 405 71 42
Binary 1001000 100110 10001001 101111 1001000 0 101110 100000101 111001 100010

Color Harmonies of #482689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482689

Black with #482689

Text Example


Text Example

White with #482689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482689; }

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

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

background-color css

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

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

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

border-color css

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

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

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