#4F2085

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

Shades of Windsor #4F2085

Tints of Windsor #4F2085

Color information

#4F2085 (or 0x4F2085) is unknown color: approx Windsor. HEX triplet: 4F, 20 and 85. RGB value is (79,32,133). Sum of RGB (Red+Green+Blue) = 79+32+133=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F2085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2085 is #B0DF7A. Grayscale: #393939. Windows color (decimal): -11591547 or 8724559. OLE color: 8724559.

HSL color Cylindrical-coordinate representation of color #4F2085: hue angle of 267.92º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F2085 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7932133-
CMYK0.410.7600.48
HSL267.92º61.21%32.35%-
HSV(B)267.92º75.94%52.16%-
XYZ7.974.3922.62-
YUV57.57170.57143.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.38%
GREEN value IS 32 (12.89% from 255) = 13.11%
BLUE value IS 133 (52.34% from 255) = 54.51%
R=32.38%
G=13.11%
B=54.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79321330.410.7600.48267.9261.2132.35
Hex4F2085294C03010c3d20
Octal11740205511140604147540
Binary10011111000001000010110100110011000110000100001100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,32,133); }

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

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

 a { background-color: rgb(79,32,133); }

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

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

 span { border-color: rgb(79,32,133); }

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