#4F3167

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

Shades of Blue Diamond #4F3167

Tints of Blue Diamond #4F3167

Color information

#4F3167 (or 0x4F3167) is unknown color: approx Blue Diamond. HEX triplet: 4F, 31 and 67. RGB value is (79,49,103). Sum of RGB (Red+Green+Blue) = 79+49+103=231 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.20% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #4F3167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3167 is #B0CE98. Grayscale: #3F3F3F. Windows color (decimal): -11587225 or 6762831. OLE color: 6762831.

HSL color Cylindrical-coordinate representation of color #4F3167: hue angle of 273.33º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F3167 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7949103-
CMYK0.230.5200.60
HSL273.33º35.53%29.8%-
HSV(B)273.33º52.43%40.39%-
XYZ6.774.8413.41-
YUV64.13149.94138.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.20%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 103 (40.62% from 255) = 44.59%
R=34.20%
G=21.21%
B=44.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79491030.230.5200.60273.3335.5329.8
Hex4F3167173403C111241e
Octal1176114727640744214436
Binary1001111110001110011110111110100011110010001000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,49,103); }

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

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

 a { background-color: rgb(79,49,103); }

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

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

 span { border-color: rgb(79,49,103); }

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