#4A288B

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

Shades of Windsor #4A288B

Tints of Windsor #4A288B

Color information

#4A288B (or 0x4A288B) is unknown color: approx Windsor. HEX triplet: 4A, 28 and 8B. RGB value is (74,40,139). Sum of RGB (Red+Green+Blue) = 74+40+139=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A288B is #B5D774. Grayscale: #3D3D3D. Windows color (decimal): -11917173 or 9119818. OLE color: 9119818.

HSL color Cylindrical-coordinate representation of color #4A288B: hue angle of 260.61º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A288B is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7440139-
CMYK0.470.7100.45
HSL260.61º55.31%35.1%-
HSV(B)260.61º71.22%54.51%-
XYZ8.244.8424.93-
YUV61.45171.76136.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.25%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 139 (54.69% from 255) = 54.94%
R=29.25%
G=15.81%
B=54.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74401390.470.7100.45260.6155.3135.1
Hex4A288B2F4702D1053723
Octal11250213571070554056743
Binary10010101010001000101110111110001110101101100000101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,40,139); }

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

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

 a { background-color: rgb(74,40,139); }

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

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

 span { border-color: rgb(74,40,139); }

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