#4B3378

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

Shades of Windsor #4B3378

Tints of Windsor #4B3378

Color information

#4B3378 (or 0x4B3378) is unknown color: approx Windsor. HEX triplet: 4B, 33 and 78. RGB value is (75,51,120). Sum of RGB (Red+Green+Blue) = 75+51+120=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B3378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3378 is #B4CC87. Grayscale: #414141. Windows color (decimal): -11848840 or 7877451. OLE color: 7877451.

HSL color Cylindrical-coordinate representation of color #4B3378: hue angle of 260.87º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B3378 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7551120-
CMYK0.370.5800.53
HSL260.87º40.35%33.53%-
HSV(B)260.87º57.5%47.06%-
XYZ7.485.2218.38-
YUV66.04158.45134.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.49%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=30.49%
G=20.73%
B=48.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75511200.370.5800.53260.8740.3533.53
Hex4B3378253A0351052822
Octal1136317045720654055042
Binary100101111001111110001001011110100110101100000101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,51,120); }

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

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

 a { background-color: rgb(75,51,120); }

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

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

 span { border-color: rgb(75,51,120); }

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