Html Css Color HEX #4F216D Blue Diamond

📋 copy color: '#4F216D'

red 79 ◦ green 33 ◦ blue 109

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

Shades of Blue Diamond #4F216D

Tints of Blue Diamond #4F216D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.93%

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

R = 35.75%
G = 14.93%
B = 49.32%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F216D (or 0x4F216D) is known color: Blue Diamond. HEX triplet: 4F, 21 and 6D. RGB value is (79,33,109). Sum of RGB (Red+Green+Blue) = 79+33+109=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F216D is #B0DE92. Grayscale: #373737. Windows color (decimal): -11591315 or 7151951. OLE color: 7151951.

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

Color convert

RGB 79 33 109 -
CMYK 0.28 0.70 0 0.57
HSL 276.32º 0.54% 0.28% -
HSV(B) 276.32º 0.7% 0.43% -
XYZ 6.53 3.85 14.87 -
YUV 55.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 79 33 109 0.28 0.70 0 0.57 276.32 0.54 0.28
Hex 4F 21 6D 1C 46 0 39 114 36 1C
Octal 117 41 155 34 106 0 71 424 66 34
Binary 1001111 100001 1101101 11100 1000110 0 111001 100010100 110110 11100

Color Harmonies of #4F216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F216D

Black with #4F216D

Text Example


Text Example

White with #4F216D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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