#4F3176

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

Shades of Blue Diamond #4F3176

Tints of Blue Diamond #4F3176

Color information

#4F3176 (or 0x4F3176) is unknown color: approx Blue Diamond. HEX triplet: 4F, 31 and 76. RGB value is (79,49,118). Sum of RGB (Red+Green+Blue) = 79+49+118=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F3176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3176 is #B0CE89. Grayscale: #414141. Windows color (decimal): -11587210 or 7745871. OLE color: 7745871.

HSL color Cylindrical-coordinate representation of color #4F3176: hue angle of 266.09º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F3176 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7949118-
CMYK0.330.5800.54
HSL266.09º41.32%32.75%-
HSV(B)266.09º58.47%46.27%-
XYZ7.595.1717.74-
YUV65.84157.44137.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.11%
GREEN value IS 49 (19.53% from 255) = 19.92%
BLUE value IS 118 (46.48% from 255) = 47.97%
R=32.11%
G=19.92%
B=47.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79491180.330.5800.54266.0941.3232.75
Hex4F3176213A03610a2921
Octal1176116641720664125141
Binary100111111000111101101000011110100110110100001010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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