#4F1B6B

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

Shades of Blue Diamond #4F1B6B

Tints of Blue Diamond #4F1B6B

Color information

#4F1B6B (or 0x4F1B6B) is unknown color: approx Blue Diamond. HEX triplet: 4F, 1B and 6B. RGB value is (79,27,107). Sum of RGB (Red+Green+Blue) = 79+27+107=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F1B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1B6B is #B0E494. Grayscale: #333333. Windows color (decimal): -11592853 or 7019343. OLE color: 7019343.

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

Color convert

RGB7927107-
CMYK0.260.7500.58
HSL279º59.7%26.27%-
HSV(B)279º74.77%41.96%-
XYZ6.273.5114.26-
YUV51.67159.23147.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.09%
GREEN value IS 27 (10.94% from 255) = 12.68%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=37.09%
G=12.68%
B=50.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79271070.260.7500.5827959.726.27
Hex4F1B6B1A4B03A1173c1a
Octal11733153321130724277432
Binary1001111110111101011110101001011011101010001011111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,27,107); }

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

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

 a { background-color: rgb(79,27,107); }

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

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

 span { border-color: rgb(79,27,107); }

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