#4F266C

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

Shades of Blue Diamond #4F266C

Tints of Blue Diamond #4F266C

Color information

#4F266C (or 0x4F266C) is unknown color: approx Blue Diamond. HEX triplet: 4F, 26 and 6C. RGB value is (79,38,108). Sum of RGB (Red+Green+Blue) = 79+38+108=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F266C is #B0D993. Grayscale: #3A3A3A. Windows color (decimal): -11590036 or 7087695. OLE color: 7087695.

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

Color convert

RGB7938108-
CMYK0.270.6500.58
HSL275.14º47.95%28.63%-
HSV(B)275.14º64.81%42.35%-
XYZ6.624.1314.64-
YUV58.24156.08142.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.11%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 108 (42.58% from 255) = 48%
R=35.11%
G=16.89%
B=48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79381080.270.6500.58275.1447.9528.63
Hex4F266C1B4103A113301d
Octal11746154331010724236035
Binary10011111001101101100110111000001011101010001001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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