#4A277A

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

Shades of Windsor #4A277A

Tints of Windsor #4A277A

Color information

#4A277A (or 0x4A277A) is unknown color: approx Windsor. HEX triplet: 4A, 27 and 7A. RGB value is (74,39,122). Sum of RGB (Red+Green+Blue) = 74+39+122=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A277A is #B5D885. Grayscale: #3A3A3A. Windows color (decimal): -11917446 or 8005450. OLE color: 8005450.

HSL color Cylindrical-coordinate representation of color #4A277A: hue angle of 265.3º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A277A is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7439122-
CMYK0.390.6800.52
HSL265.3º51.55%31.57%-
HSV(B)265.3º68.03%47.84%-
XYZ7.064.3118.87-
YUV58.93163.6138.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.49%
GREEN value IS 39 (15.62% from 255) = 16.60%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=31.49%
G=16.60%
B=51.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74391220.390.6800.52265.351.5531.57
Hex4A277A27440341093420
Octal11247172471040644116440
Binary1001010100111111101010011110001000110100100001001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,39,122); }

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

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

 a { background-color: rgb(74,39,122); }

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

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

 span { border-color: rgb(74,39,122); }

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