#4A307C

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

Shades of Windsor #4A307C

Tints of Windsor #4A307C

Color information

#4A307C (or 0x4A307C) is unknown color: approx Windsor. HEX triplet: 4A, 30 and 7C. RGB value is (74,48,124). Sum of RGB (Red+Green+Blue) = 74+48+124=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A307C is #B5CF83. Grayscale: #404040. Windows color (decimal): -11915140 or 8138826. OLE color: 8138826.

HSL color Cylindrical-coordinate representation of color #4A307C: hue angle of 260.53º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A307C is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7448124-
CMYK0.400.6100.51
HSL260.53º44.19%33.73%-
HSV(B)260.53º61.29%48.63%-
XYZ7.525.0219.64-
YUV64.44161.61134.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.08%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 124 (48.83% from 255) = 50.41%
R=30.08%
G=19.51%
B=50.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74481240.400.6100.51260.5344.1933.73
Hex4A307C283D0331052c22
Octal1126017450750634055442
Binary100101011000011111001010001111010110011100000101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,48,124); }

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

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

 a { background-color: rgb(74,48,124); }

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

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

 span { border-color: rgb(74,48,124); }

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