#4F2D69

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

Shades of Blue Diamond #4F2D69

Tints of Blue Diamond #4F2D69

Color information

#4F2D69 (or 0x4F2D69) is unknown color: approx Blue Diamond. HEX triplet: 4F, 2D and 69. RGB value is (79,45,105). Sum of RGB (Red+Green+Blue) = 79+45+105=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F2D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2D69 is #B0D296. Grayscale: #3D3D3D. Windows color (decimal): -11588247 or 6892879. OLE color: 6892879.

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

Color convert

RGB7945105-
CMYK0.250.5700.59
HSL274º40%29.41%-
HSV(B)274º57.14%41.18%-
XYZ6.714.5613.89-
YUV62.01152.26140.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.50%
GREEN value IS 45 (17.97% from 255) = 19.65%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=34.50%
G=19.65%
B=45.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79451050.250.5700.592744029.41
Hex4F2D69193903B112281d
Octal1175515131710734225035
Binary1001111101101110100111001111001011101110001001010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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