#4F3AA2

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

Shades of Blue Gem #4F3AA2

Tints of Blue Gem #4F3AA2

Color information

#4F3AA2 (or 0x4F3AA2) is unknown color: approx Blue Gem. HEX triplet: 4F, 3A and A2. RGB value is (79,58,162). Sum of RGB (Red+Green+Blue) = 79+58+162=299 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.42% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 162 (63.67% from 255 or 54.18% from 299); Max value from RGB is 162 - color contains mainly: blue. Hex color #4F3AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3AA2 is #B0C55D. Grayscale: #4B4B4B. Windows color (decimal): -11584862 or 10631759. OLE color: 10631759.

HSL color Cylindrical-coordinate representation of color #4F3AA2: hue angle of 252.12º 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 #4F3AA2 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7958162-
CMYK0.510.6400.36
HSL252.12º47.27%43.14%-
HSV(B)252.12º64.2%63.53%-
XYZ11.267.335-
YUV76.14176.46130.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.42%
GREEN value IS 58 (23.05% from 255) = 19.40%
BLUE value IS 162 (63.67% from 255) = 54.18%
R=26.42%
G=19.40%
B=54.18%

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
Decimal79581620.510.6400.36252.1247.2743.14
Hex4F3AA23340024fc2f2b
Octal11772242631000443745753
Binary1001111111010101000101100111000000010010011111100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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