#4F326A

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

Shades of Blue Diamond #4F326A

Tints of Blue Diamond #4F326A

Color information

#4F326A (or 0x4F326A) is unknown color: approx Blue Diamond. HEX triplet: 4F, 32 and 6A. RGB value is (79,50,106). Sum of RGB (Red+Green+Blue) = 79+50+106=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F326A is #B0CD95. Grayscale: #404040. Windows color (decimal): -11586966 or 6959695. OLE color: 6959695.

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

Color convert

RGB7950106-
CMYK0.250.5300.58
HSL271.07º35.9%30.59%-
HSV(B)271.07º52.83%41.57%-
XYZ6.974.9814.23-
YUV65.05151.11137.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.62%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 106 (41.80% from 255) = 45.11%
R=33.62%
G=21.28%
B=45.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79501060.250.5300.58271.0735.930.59
Hex4F326A193503A10f241f
Octal1176215231650724174437
Binary1001111110010110101011001110101011101010000111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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