#4C3278

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

Shades of Windsor #4C3278

Tints of Windsor #4C3278

Color information

#4C3278 (or 0x4C3278) is unknown color: approx Windsor. HEX triplet: 4C, 32 and 78. RGB value is (76,50,120). Sum of RGB (Red+Green+Blue) = 76+50+120=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 50 (19.92% from 255 or 20.33% 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 #4C3278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3278 is #B3CD87. Grayscale: #414141. Windows color (decimal): -11783560 or 7877196. OLE color: 7877196.

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

Color convert

RGB7650120-
CMYK0.370.5800.53
HSL262.29º41.18%33.33%-
HSV(B)262.29º58.33%47.06%-
XYZ7.515.1718.37-
YUV65.75158.61135.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.89%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=30.89%
G=20.33%
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
Decimal76501200.370.5800.53262.2941.1833.33
Hex4C3278253A0351062921
Octal1146217045720654065141
Binary100110011001011110001001011110100110101100000110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,50,120); }

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

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

 a { background-color: rgb(76,50,120); }

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

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

 span { border-color: rgb(76,50,120); }

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