#4F286C

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

Shades of Blue Diamond #4F286C

Tints of Blue Diamond #4F286C

Color information

#4F286C (or 0x4F286C) is unknown color: approx Blue Diamond. HEX triplet: 4F, 28 and 6C. RGB value is (79,40,108). Sum of RGB (Red+Green+Blue) = 79+40+108=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F286C is #B0D793. Grayscale: #3B3B3B. Windows color (decimal): -11589524 or 7088207. OLE color: 7088207.

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

Color convert

RGB7940108-
CMYK0.270.6300.58
HSL274.41º45.95%29.02%-
HSV(B)274.41º62.96%42.35%-
XYZ6.694.2614.66-
YUV59.41155.42141.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.80%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=34.80%
G=17.62%
B=47.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79401080.270.6300.58274.4145.9529.02
Hex4F286C1B3F03A1122e1d
Octal1175015433770724225635
Binary1001111101000110110011011111111011101010001001010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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