Html Css Color HEX #4A227E Windsor

📋 copy color: '#4A227E'

red 74 ◦ green 34 ◦ blue 126

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

Shades of Windsor #4A227E

Tints of Windsor #4A227E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.53%

 BLUE value IS 126 (49.61% from 255) = 53.85%

R = 31.62%
G = 14.53%
B = 53.85%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A227E (or 0x4A227E) is known color: Windsor. HEX triplet: 4A, 22 and 7E. RGB value is (74,34,126). Sum of RGB (Red+Green+Blue) = 74+34+126=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 126 (49.61% from 255 or 53.85% from 234); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A227E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A227E is #B5DD81. Grayscale: #383838. Windows color (decimal): -11918722 or 8266314. OLE color: 8266314.

HSL color Cylindrical-coordinate representation of color #4A227E: hue angle of 266.09º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A227E is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 34 126 -
CMYK 0.41 0.73 0 0.51
HSL 266.09º 0.58% 0.31% -
HSV(B) 266.09º 0.73% 0.49% -
XYZ 7.16 4.11 20.15 -
YUV 56.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 74 34 126 0.41 0.73 0 0.51 266.09 0.58 0.31
Hex 4A 22 7E 29 49 0 33 10A 3A 1F
Octal 112 42 176 51 111 0 63 412 72 37
Binary 1001010 100010 1111110 101001 1001001 0 110011 100001010 111010 11111

Color Harmonies of #4A227E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A227E

Black with #4A227E

Text Example


Text Example

White with #4A227E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,34,126); }

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

background-color css

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

 a { background-color: rgb(74,34,126); }

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

border-color css

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

 span { border-color: rgb(74,34,126); }

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