#4F346D

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

Shades of Blue Diamond #4F346D

Tints of Blue Diamond #4F346D

Color information

#4F346D (or 0x4F346D) is unknown color: approx Blue Diamond. HEX triplet: 4F, 34 and 6D. RGB value is (79,52,109). Sum of RGB (Red+Green+Blue) = 79+52+109=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F346D is #B0CB92. Grayscale: #424242. Windows color (decimal): -11586451 or 7156815. OLE color: 7156815.

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

Color convert

RGB7952109-
CMYK0.280.5200.57
HSL268.42º35.4%31.57%-
HSV(B)268.42º52.29%42.75%-
XYZ7.215.2215.1-
YUV66.57151.95136.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.92%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=32.92%
G=21.67%
B=45.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79521090.280.5200.57268.4235.431.57
Hex4F346D1C3403910c2320
Octal1176415534640714144340
Binary10011111101001101101111001101000111001100001100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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