#4F186F

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

Shades of Blue Diamond #4F186F

Tints of Blue Diamond #4F186F

Color information

#4F186F (or 0x4F186F) is unknown color: approx Blue Diamond. HEX triplet: 4F, 18 and 6F. RGB value is (79,24,111). Sum of RGB (Red+Green+Blue) = 79+24+111=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F186F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F186F is #B0E790. Grayscale: #323232. Windows color (decimal): -11593617 or 7280719. OLE color: 7280719.

HSL color Cylindrical-coordinate representation of color #4F186F: hue angle of 277.93º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F186F is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7924111-
CMYK0.290.7800.56
HSL277.93º64.44%26.47%-
HSV(B)277.93º78.38%43.53%-
XYZ6.423.4615.37-
YUV50.36162.22148.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.92%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 111 (43.75% from 255) = 51.87%
R=36.92%
G=11.21%
B=51.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79241110.290.7800.56277.9364.4426.47
Hex4F186F1D4E038116401a
Octal117301573511607042610032
Binary10011111100011011111110110011100111000100010110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F186F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,24,111); }

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

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

 a { background-color: rgb(79,24,111); }

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

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

 span { border-color: rgb(79,24,111); }

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