Html Css Color HEX #4F37AB Blue Gem

📋 copy color: '#4F37AB'

red 79 ◦ green 55 ◦ blue 171

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

Shades of Blue Gem #4F37AB

Tints of Blue Gem #4F37AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 25.9%
G = 18.03%
B = 56.07%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F37AB (or 0x4F37AB) is known color: Blue Gem. HEX triplet: 4F, 37 and AB. RGB value is (79,55,171). Sum of RGB (Red+Green+Blue) = 79+55+171=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F37AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F37AB is #B0C854. Grayscale: #4A4A4A. Windows color (decimal): -11585621 or 11220815. OLE color: 11220815.

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

Color convert

RGB 79 55 171 -
CMYK 0.54 0.68 0 0.33
HSL 252.41º 0.51% 0.44% -
HSV(B) 252.41º 0.68% 0.67% -
XYZ 11.94 7.33 39.31 -
YUV 75.4 181.95 130.57 -
System Red Green Blue C M Y K H S L
Decimal 79 55 171 0.54 0.68 0 0.33 252.41 0.51 0.44
Hex 4F 37 AB 36 44 0 21 FC 33 2C
Octal 117 67 253 66 104 0 41 374 63 54
Binary 1001111 110111 10101011 110110 1000100 0 100001 11111100 110011 101100

Color Harmonies of #4F37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F37AB

Black with #4F37AB

Text Example


Text Example

White with #4F37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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