#4A347A

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

Shades of Windsor #4A347A

Tints of Windsor #4A347A

Color information

#4A347A (or 0x4A347A) is unknown color: approx Windsor. HEX triplet: 4A, 34 and 7A. RGB value is (74,52,122). Sum of RGB (Red+Green+Blue) = 74+52+122=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A347A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A347A is #B5CB85. Grayscale: #424242. Windows color (decimal): -11914118 or 8008778. OLE color: 8008778.

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

Color convert

RGB7452122-
CMYK0.390.5700.52
HSL258.86º40.23%34.12%-
HSV(B)258.86º57.38%47.84%-
XYZ7.565.3219.04-
YUV66.56159.29133.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.84%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=29.84%
G=20.97%
B=49.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74521220.390.5700.52258.8640.2334.12
Hex4A347A27390341032822
Octal1126417247710644035042
Binary100101011010011110101001111110010110100100000011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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