Html Css Color HEX #4A2982 Windsor

📋 copy color: '#4A2982'

red 74 ◦ green 41 ◦ blue 130

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

Shades of Windsor #4A2982

Tints of Windsor #4A2982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.73%

 BLUE value IS 130 (51.17% from 255) = 53.06%

R = 30.2%
G = 16.73%
B = 53.06%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4A2982 (or 0x4A2982) is known color: Windsor. HEX triplet: 4A, 29 and 82. RGB value is (74,41,130). Sum of RGB (Red+Green+Blue) = 74+41+130=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A2982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2982 is #B5D67D. Grayscale: #3C3C3C. Windows color (decimal): -11916926 or 8530250. OLE color: 8530250.

HSL color Cylindrical-coordinate representation of color #4A2982: hue angle of 262.25º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A2982 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 41 130 -
CMYK 0.43 0.68 0 0.49
HSL 262.25º 0.52% 0.34% -
HSV(B) 262.25º 0.68% 0.51% -
XYZ 7.65 4.65 21.61 -
YUV 61.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 74 41 130 0.43 0.68 0 0.49 262.25 0.52 0.34
Hex 4A 29 82 2B 44 0 31 106 34 22
Octal 112 51 202 53 104 0 61 406 64 42
Binary 1001010 101001 10000010 101011 1000100 0 110001 100000110 110100 100010

Color Harmonies of #4A2982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2982

Black with #4A2982

Text Example


Text Example

White with #4A2982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,41,130); }

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

background-color css

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

 a { background-color: rgb(74,41,130); }

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

border-color css

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

 span { border-color: rgb(74,41,130); }

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