Html Css Color HEX #4F418D Blue Gem

📋 copy color: '#4F418D'

red 79 ◦ green 65 ◦ blue 141

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

Shades of Blue Gem #4F418D

Tints of Blue Gem #4F418D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 49.47%

R = 27.72%
G = 22.81%
B = 49.47%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F418D (or 0x4F418D) is known color: Blue Gem. HEX triplet: 4F, 41 and 8D. RGB value is (79,65,141). Sum of RGB (Red+Green+Blue) = 79+65+141=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F418D is #B0BE72. Grayscale: #4D4D4D. Windows color (decimal): -11583091 or 9257295. OLE color: 9257295.

HSL color Cylindrical-coordinate representation of color #4F418D: hue angle of 251.05º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F418D is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 65 141 -
CMYK 0.44 0.54 0 0.45
HSL 251.05º 0.37% 0.4% -
HSV(B) 251.05º 0.54% 0.55% -
XYZ 9.92 7.37 26.1 -
YUV 77.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 79 65 141 0.44 0.54 0 0.45 251.05 0.37 0.4
Hex 4F 41 8D 2C 36 0 2D FB 25 28
Octal 117 101 215 54 66 0 55 373 45 50
Binary 1001111 1000001 10001101 101100 110110 0 101101 11111011 100101 101000

Color Harmonies of #4F418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F418D

Black with #4F418D

Text Example


Text Example

White with #4F418D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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