Html Css Color HEX #4F3176 Blue Diamond

📋 copy color: '#4F3176'

red 79 ◦ green 49 ◦ blue 118

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

Shades of Blue Diamond #4F3176

Tints of Blue Diamond #4F3176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.97%

R = 32.11%
G = 19.92%
B = 47.97%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4F3176 (or 0x4F3176) is known color: Blue Diamond. HEX triplet: 4F, 31 and 76. RGB value is (79,49,118). Sum of RGB (Red+Green+Blue) = 79+49+118=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F3176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3176 is #B0CE89. Grayscale: #414141. Windows color (decimal): -11587210 or 7745871. OLE color: 7745871.

HSL color Cylindrical-coordinate representation of color #4F3176: hue angle of 266.09º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F3176 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 49 118 -
CMYK 0.33 0.58 0 0.54
HSL 266.09º 0.41% 0.33% -
HSV(B) 266.09º 0.58% 0.46% -
XYZ 7.59 5.17 17.74 -
YUV 65.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 79 49 118 0.33 0.58 0 0.54 266.09 0.41 0.33
Hex 4F 31 76 21 3A 0 36 10A 29 21
Octal 117 61 166 41 72 0 66 412 51 41
Binary 1001111 110001 1110110 100001 111010 0 110110 100001010 101001 100001

Color Harmonies of #4F3176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3176

Black with #4F3176

Text Example


Text Example

White with #4F3176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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