#4F3AAA

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

Shades of Blue Gem #4F3AAA

Tints of Blue Gem #4F3AAA

Color information

#4F3AAA (or 0x4F3AAA) is unknown color: approx Blue Gem. HEX triplet: 4F, 3A and AA. RGB value is (79,58,170). Sum of RGB (Red+Green+Blue) = 79+58+170=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F3AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3AAA is #B0C555. Grayscale: #4C4C4C. Windows color (decimal): -11584854 or 11156047. OLE color: 11156047.

HSL color Cylindrical-coordinate representation of color #4F3AAA: hue angle of 251.25º 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 #4F3AAA is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7958170-
CMYK0.540.6600.33
HSL251.25º49.12%44.71%-
HSV(B)251.25º65.88%66.67%-
XYZ11.997.5938.86-
YUV77.05180.46129.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.73%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=25.73%
G=18.89%
B=55.37%

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
Decimal79581700.540.6600.33251.2549.1244.71
Hex4F3AAA3642021fb312d
Octal11772252661020413736155
Binary1001111111010101010101101101000010010000111111011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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