#4F276A

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

Shades of Blue Diamond #4F276A

Tints of Blue Diamond #4F276A

Color information

#4F276A (or 0x4F276A) is unknown color: approx Blue Diamond. HEX triplet: 4F, 27 and 6A. RGB value is (79,39,106). Sum of RGB (Red+Green+Blue) = 79+39+106=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F276A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F276A is #B0D895. Grayscale: #3A3A3A. Windows color (decimal): -11589782 or 6956879. OLE color: 6956879.

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

Color convert

RGB7939106-
CMYK0.250.6300.58
HSL275.82º46.21%28.43%-
HSV(B)275.82º63.21%41.57%-
XYZ6.554.1514.09-
YUV58.6154.75142.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.27%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 106 (41.80% from 255) = 47.32%
R=35.27%
G=17.41%
B=47.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79391060.250.6300.58275.8246.2128.43
Hex4F276A193F03A1142e1c
Octal1174715231770724245634
Binary1001111100111110101011001111111011101010001010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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