Html Css Color HEX #4F379D Blue Gem

📋 copy color: '#4F379D'

red 79 ◦ green 55 ◦ blue 157

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

Shades of Blue Gem #4F379D

Tints of Blue Gem #4F379D

RGB

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

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

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

R = 27.15%
G = 18.9%
B = 53.95%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F379D (or 0x4F379D) is known color: Blue Gem. HEX triplet: 4F, 37 and 9D. RGB value is (79,55,157). Sum of RGB (Red+Green+Blue) = 79+55+157=291 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.15% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F379D is #B0C862. Grayscale: #494949. Windows color (decimal): -11585635 or 10303311. OLE color: 10303311.

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

Color convert

RGB 79 55 157 -
CMYK 0.50 0.65 0 0.38
HSL 254.12º 0.48% 0.42% -
HSV(B) 254.12º 0.65% 0.62% -
XYZ 10.68 6.83 32.65 -
YUV 73.8 174.95 131.71 -
System Red Green Blue C M Y K H S L
Decimal 79 55 157 0.50 0.65 0 0.38 254.12 0.48 0.42
Hex 4F 37 9D 32 41 0 26 FE 30 2A
Octal 117 67 235 62 101 0 46 376 60 52
Binary 1001111 110111 10011101 110010 1000001 0 100110 11111110 110000 101010

Color Harmonies of #4F379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F379D

Black with #4F379D

Text Example


Text Example

White with #4F379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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