#4F3DAC

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

Shades of Blue Gem #4F3DAC

Tints of Blue Gem #4F3DAC

Color information

#4F3DAC (or 0x4F3DAC) is unknown color: approx Blue Gem. HEX triplet: 4F, 3D and AC. RGB value is (79,61,172). Sum of RGB (Red+Green+Blue) = 79+61+172=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F3DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3DAC is #B0C253. Grayscale: #4E4E4E. Windows color (decimal): -11584084 or 11287887. OLE color: 11287887.

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

Color convert

RGB7961172-
CMYK0.540.6500.33
HSL249.73º47.64%45.69%-
HSV(B)249.73º64.53%67.45%-
XYZ12.347.9839.92-
YUV79.04180.46127.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.32%
GREEN value IS 61 (24.22% from 255) = 19.55%
BLUE value IS 172 (67.58% from 255) = 55.13%
R=25.32%
G=19.55%
B=55.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79611720.540.6500.33249.7347.6445.69
Hex4F3DAC3641021fa302e
Octal11775254661010413726056
Binary1001111111101101011001101101000001010000111111010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,61,172); }

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

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

 a { background-color: rgb(79,61,172); }

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

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

 span { border-color: rgb(79,61,172); }

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