Html Css Color HEX #4F349C Blue Gem

📋 copy color: '#4F349C'

red 79 ◦ green 52 ◦ blue 156

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

Shades of Blue Gem #4F349C

Tints of Blue Gem #4F349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.12%

 BLUE value IS 156 (61.33% from 255) = 54.36%

R = 27.53%
G = 18.12%
B = 54.36%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F349C (or 0x4F349C) is known color: Blue Gem. HEX triplet: 4F, 34 and 9C. RGB value is (79,52,156). Sum of RGB (Red+Green+Blue) = 79+52+156=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F349C is #B0CB63. Grayscale: #474747. Windows color (decimal): -11586404 or 10237007. OLE color: 10237007.

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

Color convert

RGB 79 52 156 -
CMYK 0.49 0.67 0 0.39
HSL 255.58º 0.5% 0.41% -
HSV(B) 255.58º 0.67% 0.61% -
XYZ 10.45 6.52 32.16 -
YUV 71.93 175.45 133.04 -
System Red Green Blue C M Y K H S L
Decimal 79 52 156 0.49 0.67 0 0.39 255.58 0.5 0.41
Hex 4F 34 9C 31 43 0 27 100 32 29
Octal 117 64 234 61 103 0 47 400 62 51
Binary 1001111 110100 10011100 110001 1000011 0 100111 100000000 110010 101001

Color Harmonies of #4F349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F349C

Black with #4F349C

Text Example


Text Example

White with #4F349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,52,156); }

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

background-color css

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

 a { background-color: rgb(79,52,156); }

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

border-color css

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

 span { border-color: rgb(79,52,156); }

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