#4F296C

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

Shades of Blue Diamond #4F296C

Tints of Blue Diamond #4F296C

Color information

#4F296C (or 0x4F296C) is unknown color: approx Blue Diamond. HEX triplet: 4F, 29 and 6C. RGB value is (79,41,108). Sum of RGB (Red+Green+Blue) = 79+41+108=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F296C is #B0D693. Grayscale: #3B3B3B. Windows color (decimal): -11589268 or 7088463. OLE color: 7088463.

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

Color convert

RGB7941108-
CMYK0.270.6200.58
HSL274.03º44.97%29.22%-
HSV(B)274.03º62.04%42.35%-
XYZ6.724.3314.67-
YUV60155.09141.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.65%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 108 (42.58% from 255) = 47.37%
R=34.65%
G=17.98%
B=47.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79411080.270.6200.58274.0344.9729.22
Hex4F296C1B3E03A1122d1d
Octal1175115433760724225535
Binary1001111101001110110011011111110011101010001001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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