#4F296D

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

Shades of Blue Diamond #4F296D

Tints of Blue Diamond #4F296D

Color information

#4F296D (or 0x4F296D) is unknown color: approx Blue Diamond. HEX triplet: 4F, 29 and 6D. RGB value is (79,41,109). Sum of RGB (Red+Green+Blue) = 79+41+109=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F296D is #B0D692. Grayscale: #3B3B3B. Windows color (decimal): -11589267 or 7153999. OLE color: 7153999.

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

Color convert

RGB7941109-
CMYK0.280.6200.57
HSL273.53º45.33%29.41%-
HSV(B)273.53º62.39%42.75%-
XYZ6.784.3514.95-
YUV60.11155.59141.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.50%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 109 (42.97% from 255) = 47.60%
R=34.50%
G=17.90%
B=47.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79411090.280.6200.57273.5345.3329.41
Hex4F296D1C3E0391122d1d
Octal1175115534760714225535
Binary1001111101001110110111100111110011100110001001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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