#4F36A2

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

Shades of Blue Gem #4F36A2

Tints of Blue Gem #4F36A2

Color information

#4F36A2 (or 0x4F36A2) is unknown color: approx Blue Gem. HEX triplet: 4F, 36 and A2. RGB value is (79,54,162). Sum of RGB (Red+Green+Blue) = 79+54+162=295 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.78% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 162 (63.67% from 255 or 54.92% from 295); Max value from RGB is 162 - color contains mainly: blue. Hex color #4F36A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F36A2 is #B0C95D. Grayscale: #494949. Windows color (decimal): -11585886 or 10630735. OLE color: 10630735.

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

Color convert

RGB7954162-
CMYK0.510.6700.36
HSL253.89º50%42.35%-
HSV(B)253.89º66.67%63.53%-
XYZ11.076.9134.93-
YUV73.79177.78131.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.78%
GREEN value IS 54 (21.48% from 255) = 18.31%
BLUE value IS 162 (63.67% from 255) = 54.92%
R=26.78%
G=18.31%
B=54.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79541620.510.6700.36253.895042.35
Hex4F36A23343024fe322a
Octal11766242631030443766252
Binary1001111110110101000101100111000011010010011111110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F36A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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