Html Css Color HEX #482590 Windsor

📋 copy color: '#482590'

red 72 ◦ green 37 ◦ blue 144

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

Shades of Windsor #482590

Tints of Windsor #482590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.62%

 BLUE value IS 144 (56.64% from 255) = 56.92%

R = 28.46%
G = 14.62%
B = 56.92%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#482590 (or 0x482590) is known color: Windsor. HEX triplet: 48, 25 and 90. RGB value is (72,37,144). Sum of RGB (Red+Green+Blue) = 72+37+144=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #482590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482590 is #B7DA6F. Grayscale: #3B3B3B. Windows color (decimal): -12049008 or 9446728. OLE color: 9446728.

HSL color Cylindrical-coordinate representation of color #482590: hue angle of 259.63º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482590 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 37 144 -
CMYK 0.50 0.74 0 0.44
HSL 259.63º 0.59% 0.35% -
HSV(B) 259.63º 0.74% 0.56% -
XYZ 8.37 4.71 26.85 -
YUV 59.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 72 37 144 0.50 0.74 0 0.44 259.63 0.59 0.35
Hex 48 25 90 32 4A 0 2C 104 3B 23
Octal 110 45 220 62 112 0 54 404 73 43
Binary 1001000 100101 10010000 110010 1001010 0 101100 100000100 111011 100011

Color Harmonies of #482590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482590

Black with #482590

Text Example


Text Example

White with #482590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482590; }

 p { color: rgb(72,37,144); }

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

background-color css

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

 a { background-color: rgb(72,37,144); }

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

border-color css

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

 span { border-color: rgb(72,37,144); }

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