Html Css Color HEX #4F176F Blue Diamond

📋 copy color: '#4F176F'

red 79 ◦ green 23 ◦ blue 111

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

Shades of Blue Diamond #4F176F

Tints of Blue Diamond #4F176F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.8%

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

R = 37.09%
G = 10.8%
B = 52.11%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F176F (or 0x4F176F) is known color: Blue Diamond. HEX triplet: 4F, 17 and 6F. RGB value is (79,23,111). Sum of RGB (Red+Green+Blue) = 79+23+111=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F176F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F176F is #B0E890. Grayscale: #313131. Windows color (decimal): -11593873 or 7280463. OLE color: 7280463.

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

Color convert

RGB 79 23 111 -
CMYK 0.29 0.79 0 0.56
HSL 278.18º 0.66% 0.26% -
HSV(B) 278.18º 0.79% 0.44% -
XYZ 6.4 3.42 15.36 -
YUV 49.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 79 23 111 0.29 0.79 0 0.56 278.18 0.66 0.26
Hex 4F 17 6F 1D 4F 0 38 116 42 1A
Octal 117 27 157 35 117 0 70 426 102 32
Binary 1001111 10111 1101111 11101 1001111 0 111000 100010110 1000010 11010

Color Harmonies of #4F176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F176F

Black with #4F176F

Text Example


Text Example

White with #4F176F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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