#4F3BA2

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

Shades of Blue Gem #4F3BA2

Tints of Blue Gem #4F3BA2

Color information

#4F3BA2 (or 0x4F3BA2) is unknown color: approx Blue Gem. HEX triplet: 4F, 3B and A2. RGB value is (79,59,162). Sum of RGB (Red+Green+Blue) = 79+59+162=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 162 (63.67% from 255 or 54% from 300); Max value from RGB is 162 - color contains mainly: blue. Hex color #4F3BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3BA2 is #B0C45D. Grayscale: #4C4C4C. Windows color (decimal): -11584606 or 10632015. OLE color: 10632015.

HSL color Cylindrical-coordinate representation of color #4F3BA2: hue angle of 251.65º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F3BA2 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7959162-
CMYK0.510.6400.36
HSL251.65º46.61%43.33%-
HSV(B)251.65º63.58%63.53%-
XYZ11.317.435.01-
YUV76.72176.13129.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.33%
GREEN value IS 59 (23.44% from 255) = 19.67%
BLUE value IS 162 (63.67% from 255) = 54%
R=26.33%
G=19.67%
B=54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79591620.510.6400.36251.6546.6143.33
Hex4F3BA23340024fc2f2b
Octal11773242631000443745753
Binary1001111111011101000101100111000000010010011111100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,59,162); }

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

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

 a { background-color: rgb(79,59,162); }

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

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

 span { border-color: rgb(79,59,162); }

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