Html Css Color HEX #4F3EAC Blue Gem

📋 copy color: '#4F3EAC'

red 79 ◦ green 62 ◦ blue 172

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

Shades of Blue Gem #4F3EAC

Tints of Blue Gem #4F3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.81%

 BLUE value IS 172 (67.58% from 255) = 54.95%

R = 25.24%
G = 19.81%
B = 54.95%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F3EAC (or 0x4F3EAC) is known color: Blue Gem. HEX triplet: 4F, 3E and AC. RGB value is (79,62,172). Sum of RGB (Red+Green+Blue) = 79+62+172=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F3EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3EAC is #B0C153. Grayscale: #4F4F4F. Windows color (decimal): -11583828 or 11288143. OLE color: 11288143.

HSL color Cylindrical-coordinate representation of color #4F3EAC: hue angle of 249.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F3EAC is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 62 172 -
CMYK 0.54 0.64 0 0.33
HSL 249.27º 0.47% 0.46% -
HSV(B) 249.27º 0.64% 0.67% -
XYZ 12.39 8.09 39.94 -
YUV 79.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 79 62 172 0.54 0.64 0 0.33 249.27 0.47 0.46
Hex 4F 3E AC 36 40 0 21 F9 2F 2E
Octal 117 76 254 66 100 0 41 371 57 56
Binary 1001111 111110 10101100 110110 1000000 0 100001 11111001 101111 101110

Color Harmonies of #4F3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3EAC

Black with #4F3EAC

Text Example


Text Example

White with #4F3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,62,172); }

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

background-color css

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

 a { background-color: rgb(79,62,172); }

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

border-color css

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

 span { border-color: rgb(79,62,172); }

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