#4B3681

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

Shades of Windsor #4B3681

Tints of Windsor #4B3681

Color information

#4B3681 (or 0x4B3681) is unknown color: approx Windsor. HEX triplet: 4B, 36 and 81. RGB value is (75,54,129). Sum of RGB (Red+Green+Blue) = 75+54+129=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #4B3681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3681 is #B4C97E. Grayscale: #444444. Windows color (decimal): -11848063 or 8468043. OLE color: 8468043.

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

Color convert

RGB7554129-
CMYK0.420.5800.49
HSL256.8º40.98%35.88%-
HSV(B)256.8º58.14%50.59%-
XYZ8.185.7221.44-
YUV68.83161.96132.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.07%
GREEN value IS 54 (21.48% from 255) = 20.93%
BLUE value IS 129 (50.78% from 255) = 50%
R=29.07%
G=20.93%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75541290.420.5800.49256.840.9835.88
Hex4B36812A3A0311012924
Octal1136620152720614015144
Binary1001011110110100000011010101110100110001100000001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,54,129); }

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

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

 a { background-color: rgb(75,54,129); }

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

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

 span { border-color: rgb(75,54,129); }

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