Html Css Color HEX #4F276D Blue Diamond

📋 copy color: '#4F276D'

red 79 ◦ green 39 ◦ blue 109

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

Shades of Blue Diamond #4F276D

Tints of Blue Diamond #4F276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.18%

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

R = 34.8%
G = 17.18%
B = 48.02%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F276D (or 0x4F276D) is known color: Blue Diamond. HEX triplet: 4F, 27 and 6D. RGB value is (79,39,109). Sum of RGB (Red+Green+Blue) = 79+39+109=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F276D is #B0D892. Grayscale: #3A3A3A. Windows color (decimal): -11589779 or 7153487. OLE color: 7153487.

HSL color Cylindrical-coordinate representation of color #4F276D: hue angle of 274.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F276D is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 79 39 109 -
CMYK 0.28 0.64 0 0.57
HSL 274.29º 0.47% 0.29% -
HSV(B) 274.29º 0.64% 0.43% -
XYZ 6.71 4.22 14.93 -
YUV 58.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 79 39 109 0.28 0.64 0 0.57 274.29 0.47 0.29
Hex 4F 27 6D 1C 40 0 39 112 2F 1D
Octal 117 47 155 34 100 0 71 422 57 35
Binary 1001111 100111 1101101 11100 1000000 0 111001 100010010 101111 11101

Color Harmonies of #4F276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F276D

Black with #4F276D

Text Example


Text Example

White with #4F276D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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