Html Css Color HEX #4F176C Blue Diamond

📋 copy color: '#4F176C'

red 79 ◦ green 23 ◦ blue 108

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

Shades of Blue Diamond #4F176C

Tints of Blue Diamond #4F176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.43%

R = 37.62%
G = 10.95%
B = 51.43%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F176C (or 0x4F176C) is known color: Blue Diamond. HEX triplet: 4F, 17 and 6C. RGB value is (79,23,108). Sum of RGB (Red+Green+Blue) = 79+23+108=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F176C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F176C is #B0E893. Grayscale: #313131. Windows color (decimal): -11593876 or 7083855. OLE color: 7083855.

HSL color Cylindrical-coordinate representation of color #4F176C: hue angle of 279.53º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F176C is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 23 108 -
CMYK 0.27 0.79 0 0.58
HSL 279.53º 0.65% 0.26% -
HSV(B) 279.53º 0.79% 0.42% -
XYZ 6.24 3.36 14.51 -
YUV 49.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 79 23 108 0.27 0.79 0 0.58 279.53 0.65 0.26
Hex 4F 17 6C 1B 4F 0 3A 118 41 1A
Octal 117 27 154 33 117 0 72 430 101 32
Binary 1001111 10111 1101100 11011 1001111 0 111010 100011000 1000001 11010

Color Harmonies of #4F176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F176C

Black with #4F176C

Text Example


Text Example

White with #4F176C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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