Html Css Color HEX #4F349D Blue Gem

📋 copy color: '#4F349D'

red 79 ◦ green 52 ◦ blue 157

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

Shades of Blue Gem #4F349D

Tints of Blue Gem #4F349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.51%

R = 27.43%
G = 18.06%
B = 54.51%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F349D (or 0x4F349D) is known color: Blue Gem. HEX triplet: 4F, 34 and 9D. RGB value is (79,52,157). Sum of RGB (Red+Green+Blue) = 79+52+157=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F349D is #B0CB62. Grayscale: #474747. Windows color (decimal): -11586403 or 10302543. OLE color: 10302543.

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

Color convert

RGB 79 52 157 -
CMYK 0.50 0.67 0 0.38
HSL 255.43º 0.5% 0.41% -
HSV(B) 255.43º 0.67% 0.62% -
XYZ 10.54 6.55 32.61 -
YUV 72.04 175.95 132.96 -
System Red Green Blue C M Y K H S L
Decimal 79 52 157 0.50 0.67 0 0.38 255.43 0.5 0.41
Hex 4F 34 9D 32 43 0 26 FF 32 29
Octal 117 64 235 62 103 0 46 377 62 51
Binary 1001111 110100 10011101 110010 1000011 0 100110 11111111 110010 101001

Color Harmonies of #4F349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F349D

Black with #4F349D

Text Example


Text Example

White with #4F349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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