#4F1C6D

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

Shades of Blue Diamond #4F1C6D

Tints of Blue Diamond #4F1C6D

Color information

#4F1C6D (or 0x4F1C6D) is unknown color: approx Blue Diamond. HEX triplet: 4F, 1C and 6D. RGB value is (79,28,109). Sum of RGB (Red+Green+Blue) = 79+28+109=216 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.57% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F1C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1C6D is #B0E392. Grayscale: #343434. Windows color (decimal): -11592595 or 7150671. OLE color: 7150671.

HSL color Cylindrical-coordinate representation of color #4F1C6D: hue angle of 277.78º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F1C6D is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7928109-
CMYK0.280.7400.57
HSL277.78º59.12%26.86%-
HSV(B)277.78º74.31%42.75%-
XYZ6.43.614.82-
YUV52.48159.9146.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.57%
GREEN value IS 28 (11.33% from 255) = 12.96%
BLUE value IS 109 (42.97% from 255) = 50.46%
R=36.57%
G=12.96%
B=50.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79281090.280.7400.57277.7859.1226.86
Hex4F1C6D1C4A0391163b1b
Octal11734155341120714267333
Binary1001111111001101101111001001010011100110001011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,28,109); }

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

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

 a { background-color: rgb(79,28,109); }

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

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

 span { border-color: rgb(79,28,109); }

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