Html Css Color HEX #4A2490 Windsor

📋 copy color: '#4A2490'

red 74 ◦ green 36 ◦ blue 144

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

Shades of Windsor #4A2490

Tints of Windsor #4A2490

RGB

 RED value IS 74 (29.3% from 255) = 29.13%

 GREEN value IS 36 (14.45% from 255) = 14.17%

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

R = 29.13%
G = 14.17%
B = 56.69%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A2490 (or 0x4A2490) is known color: Windsor. HEX triplet: 4A, 24 and 90. RGB value is (74,36,144). Sum of RGB (Red+Green+Blue) = 74+36+144=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A2490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2490 is #B5DB6F. Grayscale: #3B3B3B. Windows color (decimal): -11918192 or 9446474. OLE color: 9446474.

HSL color Cylindrical-coordinate representation of color #4A2490: hue angle of 261.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A2490 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 36 144 -
CMYK 0.49 0.75 0 0.44
HSL 261.11º 0.6% 0.35% -
HSV(B) 261.11º 0.75% 0.56% -
XYZ 8.49 4.73 26.85 -
YUV 59.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 74 36 144 0.49 0.75 0 0.44 261.11 0.6 0.35
Hex 4A 24 90 31 4B 0 2C 105 3C 23
Octal 112 44 220 61 113 0 54 405 74 43
Binary 1001010 100100 10010000 110001 1001011 0 101100 100000101 111100 100011

Color Harmonies of #4A2490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2490

Black with #4A2490

Text Example


Text Example

White with #4A2490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A2490; }

 p { color: rgb(74,36,144); }

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

background-color css

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

 a { background-color: rgb(74,36,144); }

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

border-color css

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

 span { border-color: rgb(74,36,144); }

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