#4F3AAE

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

Shades of Blue Gem #4F3AAE

Tints of Blue Gem #4F3AAE

Color information

#4F3AAE (or 0x4F3AAE) is unknown color: approx Blue Gem. HEX triplet: 4F, 3A and AE. RGB value is (79,58,174). Sum of RGB (Red+Green+Blue) = 79+58+174=311 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.40% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F3AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3AAE is #B0C551. Grayscale: #4D4D4D. Windows color (decimal): -11584850 or 11418191. OLE color: 11418191.

HSL color Cylindrical-coordinate representation of color #4F3AAE: hue angle of 250.86º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F3AAE is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7958174-
CMYK0.550.6700.32
HSL250.86º50%45.49%-
HSV(B)250.86º66.67%68.24%-
XYZ12.387.7440.89-
YUV77.5182.46129.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.40%
GREEN value IS 58 (23.05% from 255) = 18.65%
BLUE value IS 174 (68.36% from 255) = 55.95%
R=25.40%
G=18.65%
B=55.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal79581740.550.6700.32250.865045.49
Hex4F3AAE3743020fb322d
Octal11772256671030403736255
Binary1001111111010101011101101111000011010000011111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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