#4B2684

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

Shades of Windsor #4B2684

Tints of Windsor #4B2684

Color information

#4B2684 (or 0x4B2684) is unknown color: approx Windsor. HEX triplet: 4B, 26 and 84. RGB value is (75,38,132). Sum of RGB (Red+Green+Blue) = 75+38+132=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B2684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2684 is #B4D97B. Grayscale: #3B3B3B. Windows color (decimal): -11852156 or 8660555. OLE color: 8660555.

HSL color Cylindrical-coordinate representation of color #4B2684: hue angle of 263.62º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B2684 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7538132-
CMYK0.430.7100.48
HSL263.62º55.29%33.33%-
HSV(B)263.62º71.21%51.76%-
XYZ7.764.5522.3-
YUV59.78168.76138.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.61%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 132 (51.95% from 255) = 53.88%
R=30.61%
G=15.51%
B=53.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75381320.430.7100.48263.6255.2933.33
Hex4B26842B470301083721
Octal11346204531070604106741
Binary10010111001101000010010101110001110110000100001000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,38,132); }

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

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

 a { background-color: rgb(75,38,132); }

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

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

 span { border-color: rgb(75,38,132); }

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