#4F287C

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

Shades of Blue Diamond #4F287C

Tints of Blue Diamond #4F287C

Color information

#4F287C (or 0x4F287C) is unknown color: approx Blue Diamond. HEX triplet: 4F, 28 and 7C. RGB value is (79,40,124). Sum of RGB (Red+Green+Blue) = 79+40+124=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F287C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F287C is #B0D783. Grayscale: #3C3C3C. Windows color (decimal): -11589508 or 8136783. OLE color: 8136783.

HSL color Cylindrical-coordinate representation of color #4F287C: hue angle of 267.86º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F287C is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7940124-
CMYK0.360.6800.51
HSL267.86º51.22%32.16%-
HSV(B)267.86º67.74%48.63%-
XYZ7.624.6419.56-
YUV61.24163.42140.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.51%
GREEN value IS 40 (16.02% from 255) = 16.46%
BLUE value IS 124 (48.83% from 255) = 51.03%
R=32.51%
G=16.46%
B=51.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal79401240.360.6800.51267.8651.2232.16
Hex4F287C244403310c3320
Octal11750174441040634146340
Binary1001111101000111110010010010001000110011100001100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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