Html Css Color HEX #4F419D Blue Gem

📋 copy color: '#4F419D'

red 79 ◦ green 65 ◦ blue 157

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

Shades of Blue Gem #4F419D

Tints of Blue Gem #4F419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

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

R = 26.25%
G = 21.59%
B = 52.16%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F419D (or 0x4F419D) is known color: Blue Gem. HEX triplet: 4F, 41 and 9D. RGB value is (79,65,157). Sum of RGB (Red+Green+Blue) = 79+65+157=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F419D is #B0BE62. Grayscale: #4F4F4F. Windows color (decimal): -11583075 or 10305871. OLE color: 10305871.

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

Color convert

RGB 79 65 157 -
CMYK 0.50 0.59 0 0.38
HSL 249.13º 0.41% 0.44% -
HSV(B) 249.13º 0.59% 0.62% -
XYZ 11.2 7.88 32.83 -
YUV 79.67 171.64 127.52 -
System Red Green Blue C M Y K H S L
Decimal 79 65 157 0.50 0.59 0 0.38 249.13 0.41 0.44
Hex 4F 41 9D 32 3B 0 26 F9 29 2C
Octal 117 101 235 62 73 0 46 371 51 54
Binary 1001111 1000001 10011101 110010 111011 0 100110 11111001 101001 101100

Color Harmonies of #4F419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F419D

Black with #4F419D

Text Example


Text Example

White with #4F419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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