Html Css Color HEX #4F329B Blue Gem

📋 copy color: '#4F329B'

red 79 ◦ green 50 ◦ blue 155

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

Shades of Blue Gem #4F329B

Tints of Blue Gem #4F329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

 BLUE value IS 155 (60.94% from 255) = 54.58%

R = 27.82%
G = 17.61%
B = 54.58%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F329B (or 0x4F329B) is known color: Blue Gem. HEX triplet: 4F, 32 and 9B. RGB value is (79,50,155). Sum of RGB (Red+Green+Blue) = 79+50+155=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F329B is #B0CD64. Grayscale: #464646. Windows color (decimal): -11586917 or 10170959. OLE color: 10170959.

HSL color Cylindrical-coordinate representation of color #4F329B: hue angle of 256.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F329B is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 50 155 -
CMYK 0.49 0.68 0 0.39
HSL 256.57º 0.51% 0.4% -
HSV(B) 256.57º 0.68% 0.61% -
XYZ 10.28 6.31 31.69 -
YUV 70.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 79 50 155 0.49 0.68 0 0.39 256.57 0.51 0.4
Hex 4F 32 9B 31 44 0 27 101 33 28
Octal 117 62 233 61 104 0 47 401 63 50
Binary 1001111 110010 10011011 110001 1000100 0 100111 100000001 110011 101000

Color Harmonies of #4F329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F329B

Black with #4F329B

Text Example


Text Example

White with #4F329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,50,155); }

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

background-color css

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

 a { background-color: rgb(79,50,155); }

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

border-color css

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

 span { border-color: rgb(79,50,155); }

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