#4F266D

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

Shades of Blue Diamond #4F266D

Tints of Blue Diamond #4F266D

Color information

#4F266D (or 0x4F266D) is unknown color: approx Blue Diamond. HEX triplet: 4F, 26 and 6D. RGB value is (79,38,109). Sum of RGB (Red+Green+Blue) = 79+38+109=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F266D is #B0D992. Grayscale: #3A3A3A. Windows color (decimal): -11590035 or 7153231. OLE color: 7153231.

HSL color Cylindrical-coordinate representation of color #4F266D: hue angle of 274.65º degrees, saturation: 0.48, 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 #4F266D is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7938109-
CMYK0.280.6500.57
HSL274.65º48.3%28.82%-
HSV(B)274.65º65.14%42.75%-
XYZ6.684.1514.92-
YUV58.35156.58142.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.96%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 109 (42.97% from 255) = 48.23%
R=34.96%
G=16.81%
B=48.23%

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
Decimal79381090.280.6500.57274.6548.328.82
Hex4F266D1C41039113301d
Octal11746155341010714236035
Binary10011111001101101101111001000001011100110001001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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