#4a267f

Color #4A267F Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #4A267F

Tints of Windsor #4A267F

Color information

#4A267F (or 0x4A267F) is unknown color: approx Windsor. HEX triplet: 4A, 26 and 7F. RGB value is (74,38,127). Sum of RGB (Red+Green+Blue) = 74+38+127=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #4A267F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A267F is #B5D980. Grayscale: #3A3A3A. Windows color (decimal): -11917697 or 8332874. OLE color: 8332874.

HSL color Cylindrical-coordinate representation of color #4A267F: hue angle of 264.27º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A267F is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7438127-
CMYK0.420.7000.50
HSL264.27º53.94%32.35%-
HSV(B)264.27º70.08%49.8%-
XYZ7.354.3720.54-
YUV58.91166.43138.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.96%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 127 (50% from 255) = 53.14%
R=30.96%
G=15.90%
B=53.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal74381270.420.7000.50264.2753.9432.35
Hex4A267F2A460321083620
Octal11246177521060624106640
Binary1001010100110111111110101010001100110010100001000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a267f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,38,127); }

 H1.HeaderClassName
 {
   color: #4a267f;
 }
 .AnyTagClassName
 {
   color: #4a267f;
 }
</style>
background-color css

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

 a { background-color: rgb(74,38,127); }

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

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

 span { border-color: rgb(74,38,127); }

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