Html Css Color HEX #4F316F Blue Diamond

📋 copy color: '#4F316F'

red 79 ◦ green 49 ◦ blue 111

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

Shades of Blue Diamond #4F316F

Tints of Blue Diamond #4F316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.5%

 BLUE value IS 111 (43.75% from 255) = 46.44%

R = 33.05%
G = 20.5%
B = 46.44%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F316F (or 0x4F316F) is known color: Blue Diamond. HEX triplet: 4F, 31 and 6F. RGB value is (79,49,111). Sum of RGB (Red+Green+Blue) = 79+49+111=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F316F is #B0CE90. Grayscale: #404040. Windows color (decimal): -11587217 or 7287119. OLE color: 7287119.

HSL color Cylindrical-coordinate representation of color #4F316F: hue angle of 269.03º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F316F is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 49 111 -
CMYK 0.29 0.56 0 0.56
HSL 269.03º 0.39% 0.31% -
HSV(B) 269.03º 0.56% 0.44% -
XYZ 7.19 5.01 15.63 -
YUV 65.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 79 49 111 0.29 0.56 0 0.56 269.03 0.39 0.31
Hex 4F 31 6F 1D 38 0 38 10D 27 1F
Octal 117 61 157 35 70 0 70 415 47 37
Binary 1001111 110001 1101111 11101 111000 0 111000 100001101 100111 11111

Color Harmonies of #4F316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F316F

Black with #4F316F

Text Example


Text Example

White with #4F316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,49,111); }

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

background-color css

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

 a { background-color: rgb(79,49,111); }

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

border-color css

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

 span { border-color: rgb(79,49,111); }

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