#4a347f

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

Shades of Windsor #4A347F

Tints of Windsor #4A347F

Color information

#4A347F (or 0x4A347F) is unknown color: approx Windsor. HEX triplet: 4A, 34 and 7F. RGB value is (74,52,127). Sum of RGB (Red+Green+Blue) = 74+52+127=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #4A347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A347F is #B5CB80. Grayscale: #424242. Windows color (decimal): -11914113 or 8336458. OLE color: 8336458.

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

Color convert

RGB7452127-
CMYK0.420.5900.50
HSL257.6º41.9%35.1%-
HSV(B)257.6º59.06%49.8%-
XYZ7.885.4420.71-
YUV67.13161.79132.9-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.25%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 127 (50% from 255) = 50.20%
R=29.25%
G=20.55%
B=50.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal74521270.420.5900.50257.641.935.1
Hex4A347F2A3B0321022a23
Octal1126417752730624025243
Binary100101011010011111111010101110110110010100000010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a347f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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