#4F376C

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

Shades of Blue Diamond #4F376C

Tints of Blue Diamond #4F376C

Color information

#4F376C (or 0x4F376C) is unknown color: approx Blue Diamond. HEX triplet: 4F, 37 and 6C. RGB value is (79,55,108). Sum of RGB (Red+Green+Blue) = 79+55+108=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F376C is #B0C893. Grayscale: #444444. Windows color (decimal): -11585684 or 7092047. OLE color: 7092047.

HSL color Cylindrical-coordinate representation of color #4F376C: hue angle of 267.17º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F376C is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7955108-
CMYK0.270.4900.58
HSL267.17º32.52%31.96%-
HSV(B)267.17º49.07%42.35%-
XYZ7.35.4814.86-
YUV68.22150.45135.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.64%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=32.64%
G=22.73%
B=44.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79551080.270.4900.58267.1732.5231.96
Hex4F376C1B3103A10b2120
Octal1176715433610724134140
Binary10011111101111101100110111100010111010100001011100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,55,108); }

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

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

 a { background-color: rgb(79,55,108); }

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

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

 span { border-color: rgb(79,55,108); }

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