#4F37AB

Color #4F37AB Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4F37AB

Tints of Blue Gem #4F37AB

Color information

#4F37AB (or 0x4F37AB) is unknown color: approx 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

RGB7955171-
CMYK0.540.6800.33
HSL252.41º51.33%44.31%-
HSV(B)252.41º67.84%67.06%-
XYZ11.947.3339.31-
YUV75.4181.95130.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.90%
GREEN value IS 55 (21.88% from 255) = 18.03%
BLUE value IS 171 (67.19% from 255) = 56.07%
R=25.90%
G=18.03%
B=56.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79551710.540.6800.33252.4151.3344.31
Hex4F37AB3644021fc332c
Octal11767253661040413746354
Binary1001111110111101010111101101000100010000111111100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F37AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>