#4F2384

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

Shades of Windsor #4F2384

Tints of Windsor #4F2384

Color information

#4F2384 (or 0x4F2384) is unknown color: approx Windsor. HEX triplet: 4F, 23 and 84. RGB value is (79,35,132). Sum of RGB (Red+Green+Blue) = 79+35+132=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F2384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2384 is #B0DC7B. Grayscale: #3A3A3A. Windows color (decimal): -11590780 or 8659791. OLE color: 8659791.

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

Color convert

RGB7935132-
CMYK0.400.7300.48
HSL267.22º58.08%32.75%-
HSV(B)267.22º73.48%51.76%-
XYZ7.994.5322.28-
YUV59.21169.08142.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.11%
GREEN value IS 35 (14.06% from 255) = 14.23%
BLUE value IS 132 (51.95% from 255) = 53.66%
R=32.11%
G=14.23%
B=53.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79351320.400.7300.48267.2258.0832.75
Hex4F2384284903010b3a21
Octal11743204501110604137241
Binary10011111000111000010010100010010010110000100001011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,35,132); }

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

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

 a { background-color: rgb(79,35,132); }

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

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

 span { border-color: rgb(79,35,132); }

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