Html Css Color HEX #4A218E Windsor

📋 copy color: '#4A218E'

red 74 ◦ green 33 ◦ blue 142

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

Shades of Windsor #4A218E

Tints of Windsor #4A218E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.25%

 BLUE value IS 142 (55.86% from 255) = 57.03%

R = 29.72%
G = 13.25%
B = 57.03%

CMYK

 C value IS 0.48

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A218E (or 0x4A218E) is known color: Windsor. HEX triplet: 4A, 21 and 8E. RGB value is (74,33,142). Sum of RGB (Red+Green+Blue) = 74+33+142=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A218E is #B5DE71. Grayscale: #393939. Windows color (decimal): -11918962 or 9314634. OLE color: 9314634.

HSL color Cylindrical-coordinate representation of color #4A218E: hue angle of 262.57º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A218E is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 33 142 -
CMYK 0.48 0.77 0 0.44
HSL 262.57º 0.62% 0.34% -
HSV(B) 262.57º 0.77% 0.56% -
XYZ 8.25 4.5 26.02 -
YUV 57.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 74 33 142 0.48 0.77 0 0.44 262.57 0.62 0.34
Hex 4A 21 8E 30 4D 0 2C 107 3E 22
Octal 112 41 216 60 115 0 54 407 76 42
Binary 1001010 100001 10001110 110000 1001101 0 101100 100000111 111110 100010

Color Harmonies of #4A218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A218E

Black with #4A218E

Text Example


Text Example

White with #4A218E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,33,142); }

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

background-color css

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

 a { background-color: rgb(74,33,142); }

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

border-color css

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

 span { border-color: rgb(74,33,142); }

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