#4F2974

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

Shades of Blue Diamond #4F2974

Tints of Blue Diamond #4F2974

Color information

#4F2974 (or 0x4F2974) is unknown color: approx Blue Diamond. HEX triplet: 4F, 29 and 74. RGB value is (79,41,116). Sum of RGB (Red+Green+Blue) = 79+41+116=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #4F2974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2974 is #B0D68B. Grayscale: #3C3C3C. Windows color (decimal): -11589260 or 7612751. OLE color: 7612751.

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

Color convert

RGB7941116-
CMYK0.320.6500.55
HSL270.4º47.77%30.78%-
HSV(B)270.4º64.66%45.49%-
XYZ7.174.5117.02-
YUV60.91159.09140.9-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.47%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 116 (45.70% from 255) = 49.15%
R=33.47%
G=17.37%
B=49.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79411160.320.6500.55270.447.7730.78
Hex4F2974204103710e301f
Octal11751164401010674166037
Binary100111110100111101001000001000001011011110000111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,41,116); }

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

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

 a { background-color: rgb(79,41,116); }

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

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

 span { border-color: rgb(79,41,116); }

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