#4D288B

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

Shades of Windsor #4D288B

Tints of Windsor #4D288B

Color information

#4D288B (or 0x4D288B) is unknown color: approx Windsor. HEX triplet: 4D, 28 and 8B. RGB value is (77,40,139). Sum of RGB (Red+Green+Blue) = 77+40+139=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D288B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D288B is #B2D774. Grayscale: #3D3D3D. Windows color (decimal): -11720565 or 9119821. OLE color: 9119821.

HSL color Cylindrical-coordinate representation of color #4D288B: hue angle of 262.42º 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 #4D288B is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7740139-
CMYK0.450.7100.45
HSL262.42º55.31%35.1%-
HSV(B)262.42º71.22%54.51%-
XYZ8.484.9624.94-
YUV62.35171.26138.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.08%
GREEN value IS 40 (16.02% from 255) = 15.62%
BLUE value IS 139 (54.69% from 255) = 54.30%
R=30.08%
G=15.62%
B=54.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77401390.450.7100.45262.4255.3135.1
Hex4D288B2D4702D1063723
Octal11550213551070554066743
Binary10011011010001000101110110110001110101101100000110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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