#4F3271

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

Shades of Blue Diamond #4F3271

Tints of Blue Diamond #4F3271

Color information

#4F3271 (or 0x4F3271) is unknown color: approx Blue Diamond. HEX triplet: 4F, 32 and 71. RGB value is (79,50,113). Sum of RGB (Red+Green+Blue) = 79+50+113=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F3271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3271 is #B0CD8E. Grayscale: #414141. Windows color (decimal): -11586959 or 7418447. OLE color: 7418447.

HSL color Cylindrical-coordinate representation of color #4F3271: hue angle of 267.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F3271 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7950113-
CMYK0.300.5600.56
HSL267.62º38.65%31.96%-
HSV(B)267.62º55.75%44.31%-
XYZ7.355.1416.23-
YUV65.85154.61137.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.64%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=32.64%
G=20.66%
B=46.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79501130.300.5600.56267.6238.6531.96
Hex4F32711E3803810c2720
Octal1176216136700704144740
Binary10011111100101110001111101110000111000100001100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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