Html Css Color HEX #4F319F Blue Gem

📋 copy color: '#4F319F'

red 79 ◦ green 49 ◦ blue 159

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

Shades of Blue Gem #4F319F

Tints of Blue Gem #4F319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.4%

R = 27.53%
G = 17.07%
B = 55.4%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F319F (or 0x4F319F) is known color: Blue Gem. HEX triplet: 4F, 31 and 9F. RGB value is (79,49,159). Sum of RGB (Red+Green+Blue) = 79+49+159=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F319F is #B0CE60. Grayscale: #464646. Windows color (decimal): -11587169 or 10432847. OLE color: 10432847.

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

Color convert

RGB 79 49 159 -
CMYK 0.50 0.69 0 0.38
HSL 256.36º 0.53% 0.41% -
HSV(B) 256.36º 0.69% 0.62% -
XYZ 10.58 6.36 33.47 -
YUV 70.51 177.94 134.06 -
System Red Green Blue C M Y K H S L
Decimal 79 49 159 0.50 0.69 0 0.38 256.36 0.53 0.41
Hex 4F 31 9F 32 45 0 26 100 35 29
Octal 117 61 237 62 105 0 46 400 65 51
Binary 1001111 110001 10011111 110010 1000101 0 100110 100000000 110101 101001

Color Harmonies of #4F319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F319F

Black with #4F319F

Text Example


Text Example

White with #4F319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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