Html Css Color HEX #4F379B Blue Gem

📋 copy color: '#4F379B'

red 79 ◦ green 55 ◦ blue 155

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

Shades of Blue Gem #4F379B

Tints of Blue Gem #4F379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.03%

 BLUE value IS 155 (60.94% from 255) = 53.63%

R = 27.34%
G = 19.03%
B = 53.63%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F379B (or 0x4F379B) is known color: Blue Gem. HEX triplet: 4F, 37 and 9B. RGB value is (79,55,155). Sum of RGB (Red+Green+Blue) = 79+55+155=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F379B is #B0C864. Grayscale: #494949. Windows color (decimal): -11585637 or 10172239. OLE color: 10172239.

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

Color convert

RGB 79 55 155 -
CMYK 0.49 0.65 0 0.39
HSL 254.4º 0.48% 0.41% -
HSV(B) 254.4º 0.65% 0.61% -
XYZ 10.51 6.76 31.76 -
YUV 73.58 173.95 131.87 -
System Red Green Blue C M Y K H S L
Decimal 79 55 155 0.49 0.65 0 0.39 254.4 0.48 0.41
Hex 4F 37 9B 31 41 0 27 FE 30 29
Octal 117 67 233 61 101 0 47 376 60 51
Binary 1001111 110111 10011011 110001 1000001 0 100111 11111110 110000 101001

Color Harmonies of #4F379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F379B

Black with #4F379B

Text Example


Text Example

White with #4F379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,55,155); }

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

background-color css

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

 a { background-color: rgb(79,55,155); }

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

border-color css

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

 span { border-color: rgb(79,55,155); }

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