#4F266E

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

Shades of Blue Diamond #4F266E

Tints of Blue Diamond #4F266E

Color information

#4F266E (or 0x4F266E) is unknown color: approx Blue Diamond. HEX triplet: 4F, 26 and 6E. RGB value is (79,38,110). Sum of RGB (Red+Green+Blue) = 79+38+110=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F266E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F266E is #B0D991. Grayscale: #3A3A3A. Windows color (decimal): -11590034 or 7218767. OLE color: 7218767.

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

Color convert

RGB7938110-
CMYK0.280.6500.57
HSL274.17º48.65%29.02%-
HSV(B)274.17º65.45%43.14%-
XYZ6.734.1715.2-
YUV58.47157.08142.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.80%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 110 (43.36% from 255) = 48.46%
R=34.80%
G=16.74%
B=48.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79381100.280.6500.57274.1748.6529.02
Hex4F266E1C41039112311d
Octal11746156341010714226135
Binary10011111001101101110111001000001011100110001001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,38,110); }

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

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

 a { background-color: rgb(79,38,110); }

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

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

 span { border-color: rgb(79,38,110); }

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