Html Css Color HEX #4F339D Blue Gem

📋 copy color: '#4F339D'

red 79 ◦ green 51 ◦ blue 157

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

Shades of Blue Gem #4F339D

Tints of Blue Gem #4F339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.77%

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

R = 27.53%
G = 17.77%
B = 54.7%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F339D (or 0x4F339D) is known color: Blue Gem. HEX triplet: 4F, 33 and 9D. RGB value is (79,51,157). Sum of RGB (Red+Green+Blue) = 79+51+157=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F339D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F339D is #B0CC62. Grayscale: #474747. Windows color (decimal): -11586659 or 10302287. OLE color: 10302287.

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

Color convert

RGB 79 51 157 -
CMYK 0.50 0.68 0 0.38
HSL 255.85º 0.51% 0.41% -
HSV(B) 255.85º 0.68% 0.62% -
XYZ 10.49 6.46 32.59 -
YUV 71.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 79 51 157 0.50 0.68 0 0.38 255.85 0.51 0.41
Hex 4F 33 9D 32 44 0 26 100 33 29
Octal 117 63 235 62 104 0 46 400 63 51
Binary 1001111 110011 10011101 110010 1000100 0 100110 100000000 110011 101001

Color Harmonies of #4F339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F339D

Black with #4F339D

Text Example


Text Example

White with #4F339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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