#4F2B6E

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

Shades of Blue Diamond #4F2B6E

Tints of Blue Diamond #4F2B6E

Color information

#4F2B6E (or 0x4F2B6E) is unknown color: approx Blue Diamond. HEX triplet: 4F, 2B and 6E. RGB value is (79,43,110). Sum of RGB (Red+Green+Blue) = 79+43+110=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F2B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2B6E is #B0D491. Grayscale: #3D3D3D. Windows color (decimal): -11588754 or 7220047. OLE color: 7220047.

HSL color Cylindrical-coordinate representation of color #4F2B6E: hue angle of 272.24º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F2B6E is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7943110-
CMYK0.280.6100.57
HSL272.24º43.79%30%-
HSV(B)272.24º60.91%43.14%-
XYZ6.94.5215.26-
YUV61.4155.43140.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.05%
GREEN value IS 43 (17.19% from 255) = 18.53%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=34.05%
G=18.53%
B=47.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79431100.280.6100.57272.2443.7930
Hex4F2B6E1C3D0391102c1e
Octal1175315634750714205436
Binary1001111101011110111011100111101011100110001000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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