#4F2B6A

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

Shades of Blue Diamond #4F2B6A

Tints of Blue Diamond #4F2B6A

Color information

#4F2B6A (or 0x4F2B6A) is unknown color: approx Blue Diamond. HEX triplet: 4F, 2B and 6A. RGB value is (79,43,106). Sum of RGB (Red+Green+Blue) = 79+43+106=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F2B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2B6A is #B0D495. Grayscale: #3C3C3C. Windows color (decimal): -11588758 or 6957903. OLE color: 6957903.

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

Color convert

RGB7943106-
CMYK0.250.5900.58
HSL274.29º42.28%29.22%-
HSV(B)274.29º59.43%41.57%-
XYZ6.694.4314.14-
YUV60.95153.43140.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.65%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 106 (41.80% from 255) = 46.49%
R=34.65%
G=18.86%
B=46.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79431060.250.5900.58274.2942.2829.22
Hex4F2B6A193B03A1122a1d
Octal1175315231730724225235
Binary1001111101011110101011001111011011101010001001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,43,106); }

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

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

 a { background-color: rgb(79,43,106); }

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

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

 span { border-color: rgb(79,43,106); }

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