Html Css Color HEX #4F166C Blue Diamond

📋 copy color: '#4F166C'

red 79 ◦ green 22 ◦ blue 108

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

Shades of Blue Diamond #4F166C

Tints of Blue Diamond #4F166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.53%

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

R = 37.8%
G = 10.53%
B = 51.67%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F166C (or 0x4F166C) is known color: Blue Diamond. HEX triplet: 4F, 16 and 6C. RGB value is (79,22,108). Sum of RGB (Red+Green+Blue) = 79+22+108=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F166C is #B0E993. Grayscale: #303030. Windows color (decimal): -11594132 or 7083599. OLE color: 7083599.

HSL color Cylindrical-coordinate representation of color #4F166C: hue angle of 279.77º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F166C is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 22 108 -
CMYK 0.27 0.80 0 0.58
HSL 279.77º 0.66% 0.25% -
HSV(B) 279.77º 0.8% 0.42% -
XYZ 6.22 3.32 14.5 -
YUV 48.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 79 22 108 0.27 0.80 0 0.58 279.77 0.66 0.25
Hex 4F 16 6C 1B 50 0 3A 118 42 19
Octal 117 26 154 33 120 0 72 430 102 31
Binary 1001111 10110 1101100 11011 1010000 0 111010 100011000 1000010 11001

Color Harmonies of #4F166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F166C

Black with #4F166C

Text Example


Text Example

White with #4F166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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