#4A347D

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

Shades of Windsor #4A347D

Tints of Windsor #4A347D

Color information

#4A347D (or 0x4A347D) is unknown color: approx Windsor. HEX triplet: 4A, 34 and 7D. RGB value is (74,52,125). Sum of RGB (Red+Green+Blue) = 74+52+125=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A347D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A347D is #B5CB82. Grayscale: #424242. Windows color (decimal): -11914115 or 8205386. OLE color: 8205386.

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

Color convert

RGB7452125-
CMYK0.410.5800.51
HSL258.08º41.24%34.71%-
HSV(B)258.08º58.4%49.02%-
XYZ7.755.3920.03-
YUV66.9160.79133.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.48%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 125 (49.22% from 255) = 49.80%
R=29.48%
G=20.72%
B=49.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74521250.410.5800.51258.0841.2434.71
Hex4A347D293A0331022923
Octal1126417551720634025143
Binary100101011010011111011010011110100110011100000010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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