#4F3672

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

Shades of Blue Diamond #4F3672

Tints of Blue Diamond #4F3672

Color information

#4F3672 (or 0x4F3672) is unknown color: approx Blue Diamond. HEX triplet: 4F, 36 and 72. RGB value is (79,54,114). Sum of RGB (Red+Green+Blue) = 79+54+114=247 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.98% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F3672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3672 is #B0C98D. Grayscale: #444444. Windows color (decimal): -11585934 or 7485007. OLE color: 7485007.

HSL color Cylindrical-coordinate representation of color #4F3672: hue angle of 265º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F3672 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7954114-
CMYK0.310.5300.55
HSL265º35.71%32.94%-
HSV(B)265º52.63%44.71%-
XYZ7.585.5216.58-
YUV68.32153.78135.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.98%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 114 (44.92% from 255) = 46.15%
R=31.98%
G=21.86%
B=46.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79541140.310.5300.5526535.7132.94
Hex4F36721F350371092421
Octal1176616237650674114441
Binary10011111101101110010111111101010110111100001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,54,114); }

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

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

 a { background-color: rgb(79,54,114); }

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

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

 span { border-color: rgb(79,54,114); }

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