#4F2473

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

Shades of Blue Diamond #4F2473

Tints of Blue Diamond #4F2473

Color information

#4F2473 (or 0x4F2473) is unknown color: approx Blue Diamond. HEX triplet: 4F, 24 and 73. RGB value is (79,36,115). Sum of RGB (Red+Green+Blue) = 79+36+115=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F2473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2473 is #B0DB8C. Grayscale: #393939. Windows color (decimal): -11590541 or 7545935. OLE color: 7545935.

HSL color Cylindrical-coordinate representation of color #4F2473: hue angle of 272.66º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F2473 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7936115-
CMYK0.310.6900.55
HSL272.66º52.32%29.61%-
HSV(B)272.66º68.7%45.1%-
XYZ6.954.1616.66-
YUV57.86160.25143.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.35%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 115 (45.31% from 255) = 50%
R=34.35%
G=15.65%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79361150.310.6900.55272.6652.3229.61
Hex4F24731F45037111341e
Octal11744163371050674216436
Binary10011111001001110011111111000101011011110001000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,36,115); }

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

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

 a { background-color: rgb(79,36,115); }

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

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

 span { border-color: rgb(79,36,115); }

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