Html Css Color HEX #4F329A Blue Gem

📋 copy color: '#4F329A'

red 79 ◦ green 50 ◦ blue 154

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

Shades of Blue Gem #4F329A

Tints of Blue Gem #4F329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.42%

R = 27.92%
G = 17.67%
B = 54.42%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4F329A (or 0x4F329A) is known color: Blue Gem. HEX triplet: 4F, 32 and 9A. RGB value is (79,50,154). Sum of RGB (Red+Green+Blue) = 79+50+154=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F329A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F329A is #B0CD65. Grayscale: #464646. Windows color (decimal): -11586918 or 10105423. OLE color: 10105423.

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

Color convert

RGB 79 50 154 -
CMYK 0.49 0.68 0 0.40
HSL 256.73º 0.51% 0.4% -
HSV(B) 256.73º 0.68% 0.6% -
XYZ 10.2 6.28 31.25 -
YUV 70.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 79 50 154 0.49 0.68 0 0.40 256.73 0.51 0.4
Hex 4F 32 9A 31 44 0 28 101 33 28
Octal 117 62 232 61 104 0 50 401 63 50
Binary 1001111 110010 10011010 110001 1000100 0 101000 100000001 110011 101000

Color Harmonies of #4F329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F329A

Black with #4F329A

Text Example


Text Example

White with #4F329A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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