#4F1E6C

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

Shades of Blue Diamond #4F1E6C

Tints of Blue Diamond #4F1E6C

Color information

#4F1E6C (or 0x4F1E6C) is unknown color: approx Blue Diamond. HEX triplet: 4F, 1E and 6C. RGB value is (79,30,108). Sum of RGB (Red+Green+Blue) = 79+30+108=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F1E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1E6C is #B0E193. Grayscale: #353535. Windows color (decimal): -11592084 or 7085647. OLE color: 7085647.

HSL color Cylindrical-coordinate representation of color #4F1E6C: hue angle of 277.69º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F1E6C is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7930108-
CMYK0.270.7200.58
HSL277.69º56.52%27.06%-
HSV(B)277.69º72.22%42.35%-
XYZ6.43.6714.56-
YUV53.54158.73146.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.41%
GREEN value IS 30 (12.11% from 255) = 13.82%
BLUE value IS 108 (42.58% from 255) = 49.77%
R=36.41%
G=13.82%
B=49.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79301080.270.7200.58277.6956.5227.06
Hex4F1E6C1B4803A116391b
Octal11736154331100724267133
Binary1001111111101101100110111001000011101010001011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,30,108); }

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

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

 a { background-color: rgb(79,30,108); }

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

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

 span { border-color: rgb(79,30,108); }

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