#4F197F

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

Shades of Blue Diamond #4F197F

Tints of Blue Diamond #4F197F

Color information

#4F197F (or 0x4F197F) is unknown color: approx Blue Diamond. HEX triplet: 4F, 19 and 7F. RGB value is (79,25,127). Sum of RGB (Red+Green+Blue) = 79+25+127=231 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.20% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #4F197F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F197F is #B0E680. Grayscale: #343434. Windows color (decimal): -11593345 or 8329551. OLE color: 8329551.

HSL color Cylindrical-coordinate representation of color #4F197F: hue angle of 271.76º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F197F is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7925127-
CMYK0.380.8000.50
HSL271.76º67.11%29.8%-
HSV(B)271.76º80.31%49.8%-
XYZ7.43.8920.44-
YUV52.77169.89146.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.20%
GREEN value IS 25 (10.16% from 255) = 10.82%
BLUE value IS 127 (50% from 255) = 54.98%
R=34.20%
G=10.82%
B=54.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal79251270.380.8000.50271.7667.1129.8
Hex4F197F2650032110431e
Octal117311774612006242010336
Binary100111111001111111110011010100000110010100010000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F197F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,25,127); }

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

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

 a { background-color: rgb(79,25,127); }

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

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

 span { border-color: rgb(79,25,127); }

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