Html Css Color HEX #4F376D Blue Diamond

📋 copy color: '#4F376D'

red 79 ◦ green 55 ◦ blue 109

#4F376D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #4F376D

Tints of Blue Diamond #4F376D

RGB

 RED value IS 79 (31.25% from 255) = 32.51%

 GREEN value IS 55 (21.88% from 255) = 22.63%

 BLUE value IS 109 (42.97% from 255) = 44.86%

R = 32.51%
G = 22.63%
B = 44.86%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F376D (or 0x4F376D) is known color: Blue Diamond. HEX triplet: 4F, 37 and 6D. RGB value is (79,55,109). Sum of RGB (Red+Green+Blue) = 79+55+109=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F376D is #B0C892. Grayscale: #444444. Windows color (decimal): -11585683 or 7157583. OLE color: 7157583.

HSL color Cylindrical-coordinate representation of color #4F376D: hue angle of 266.67º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F376D is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 79 55 109 -
CMYK 0.28 0.50 0 0.57
HSL 266.67º 0.33% 0.32% -
HSV(B) 266.67º 0.5% 0.43% -
XYZ 7.35 5.5 15.14 -
YUV 68.33 150.95 135.61 -
System Red Green Blue C M Y K H S L
Decimal 79 55 109 0.28 0.50 0 0.57 266.67 0.33 0.32
Hex 4F 37 6D 1C 32 0 39 10B 21 20
Octal 117 67 155 34 62 0 71 413 41 40
Binary 1001111 110111 1101101 11100 110010 0 111001 100001011 100001 100000

Color Harmonies of #4F376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F376D

Black with #4F376D

Text Example


Text Example

White with #4F376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F376D;
 }
 .AnyTagClassName
 {
   color: #4F376D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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