#4F2D7A

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

Shades of Blue Diamond #4F2D7A

Tints of Blue Diamond #4F2D7A

Color information

#4F2D7A (or 0x4F2D7A) is unknown color: approx Blue Diamond. HEX triplet: 4F, 2D and 7A. RGB value is (79,45,122). Sum of RGB (Red+Green+Blue) = 79+45+122=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F2D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2D7A is #B0D285. Grayscale: #3F3F3F. Windows color (decimal): -11588230 or 8006991. OLE color: 8006991.

HSL color Cylindrical-coordinate representation of color #4F2D7A: hue angle of 266.49º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F2D7A is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7945122-
CMYK0.350.6300.52
HSL266.49º46.11%32.75%-
HSV(B)266.49º63.11%47.84%-
XYZ7.684.9418.96-
YUV63.94160.76138.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.11%
GREEN value IS 45 (17.97% from 255) = 18.29%
BLUE value IS 122 (48.05% from 255) = 49.59%
R=32.11%
G=18.29%
B=49.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal79451220.350.6300.52266.4946.1132.75
Hex4F2D7A233F03410a2e21
Octal1175517243770644125641
Binary100111110110111110101000111111110110100100001010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,45,122); }

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

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

 a { background-color: rgb(79,45,122); }

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

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

 span { border-color: rgb(79,45,122); }

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