#4F3AAB

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

Shades of Blue Gem #4F3AAB

Tints of Blue Gem #4F3AAB

Color information

#4F3AAB (or 0x4F3AAB) is unknown color: approx Blue Gem. HEX triplet: 4F, 3A and AB. RGB value is (79,58,171). Sum of RGB (Red+Green+Blue) = 79+58+171=308 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.65% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F3AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3AAB is #B0C554. Grayscale: #4C4C4C. Windows color (decimal): -11584853 or 11221583. OLE color: 11221583.

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

Color convert

RGB7958171-
CMYK0.540.6600.33
HSL251.15º49.34%44.9%-
HSV(B)251.15º66.08%67.06%-
XYZ12.097.6339.36-
YUV77.16180.96129.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.65%
GREEN value IS 58 (23.05% from 255) = 18.83%
BLUE value IS 171 (67.19% from 255) = 55.52%
R=25.65%
G=18.83%
B=55.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79581710.540.6600.33251.1549.3444.9
Hex4F3AAB3642021fb312d
Octal11772253661020413736155
Binary1001111111010101010111101101000010010000111111011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F3AAB;
 }
 .AnyTagClassName
 {
   color: #4F3AAB;
 }
</style>
background-color css

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

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

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

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

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

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