#4F1772

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

Shades of Blue Diamond #4F1772

Tints of Blue Diamond #4F1772

Color information

#4F1772 (or 0x4F1772) is unknown color: approx Blue Diamond. HEX triplet: 4F, 17 and 72. RGB value is (79,23,114). Sum of RGB (Red+Green+Blue) = 79+23+114=216 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.57% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F1772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1772 is #B0E88D. Grayscale: #313131. Windows color (decimal): -11593870 or 7477071. OLE color: 7477071.

HSL color Cylindrical-coordinate representation of color #4F1772: hue angle of 276.92º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1772 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7923114-
CMYK0.310.8000.55
HSL276.92º66.42%26.86%-
HSV(B)276.92º79.82%44.71%-
XYZ6.573.4916.25-
YUV50.12164.05148.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.57%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=36.57%
G=10.65%
B=52.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79231140.310.8000.55276.9266.4226.86
Hex4F17721F50037115421b
Octal117271623712006742510233
Binary10011111011111100101111110100000110111100010101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,23,114); }

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

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

 a { background-color: rgb(79,23,114); }

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

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

 span { border-color: rgb(79,23,114); }

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