Html Css Color HEX #4F419A Blue Gem

📋 copy color: '#4F419A'

red 79 ◦ green 65 ◦ blue 154

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

Shades of Blue Gem #4F419A

Tints of Blue Gem #4F419A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.68%

R = 26.51%
G = 21.81%
B = 51.68%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4F419A (or 0x4F419A) is known color: Blue Gem. HEX triplet: 4F, 41 and 9A. RGB value is (79,65,154). Sum of RGB (Red+Green+Blue) = 79+65+154=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F419A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F419A is #B0BE65. Grayscale: #4E4E4E. Windows color (decimal): -11583078 or 10109263. OLE color: 10109263.

HSL color Cylindrical-coordinate representation of color #4F419A: hue angle of 249.44º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F419A is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 79 65 154 -
CMYK 0.49 0.58 0 0.40
HSL 249.44º 0.41% 0.43% -
HSV(B) 249.44º 0.58% 0.6% -
XYZ 10.95 7.78 31.5 -
YUV 79.33 170.14 127.76 -
System Red Green Blue C M Y K H S L
Decimal 79 65 154 0.49 0.58 0 0.40 249.44 0.41 0.43
Hex 4F 41 9A 31 3A 0 28 F9 29 2B
Octal 117 101 232 61 72 0 50 371 51 53
Binary 1001111 1000001 10011010 110001 111010 0 101000 11111001 101001 101011

Color Harmonies of #4F419A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F419A

Black with #4F419A

Text Example


Text Example

White with #4F419A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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