#4F1C6C

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

Shades of Blue Diamond #4F1C6C

Tints of Blue Diamond #4F1C6C

Color information

#4F1C6C (or 0x4F1C6C) is unknown color: approx Blue Diamond. HEX triplet: 4F, 1C and 6C. RGB value is (79,28,108). Sum of RGB (Red+Green+Blue) = 79+28+108=215 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.74% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F1C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1C6C is #B0E393. Grayscale: #343434. Windows color (decimal): -11592596 or 7085135. OLE color: 7085135.

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

Color convert

RGB7928108-
CMYK0.270.7400.58
HSL278.25º58.82%26.67%-
HSV(B)278.25º74.07%42.35%-
XYZ6.353.5814.54-
YUV52.37159.4147-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.74%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 108 (42.58% from 255) = 50.23%
R=36.74%
G=13.02%
B=50.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79281080.270.7400.58278.2558.8226.67
Hex4F1C6C1B4A03A1163b1b
Octal11734154331120724267333
Binary1001111111001101100110111001010011101010001011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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