#4F36AB

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

Shades of Blue Gem #4F36AB

Tints of Blue Gem #4F36AB

Color information

#4F36AB (or 0x4F36AB) is unknown color: approx Blue Gem. HEX triplet: 4F, 36 and AB. RGB value is (79,54,171). Sum of RGB (Red+Green+Blue) = 79+54+171=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F36AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F36AB is #B0C954. Grayscale: #4A4A4A. Windows color (decimal): -11585877 or 11220559. OLE color: 11220559.

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

Color convert

RGB7954171-
CMYK0.540.6800.33
HSL252.82º52%44.12%-
HSV(B)252.82º68.42%67.06%-
XYZ11.897.2439.3-
YUV74.81182.28130.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.99%
GREEN value IS 54 (21.48% from 255) = 17.76%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=25.99%
G=17.76%
B=56.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79541710.540.6800.33252.825244.12
Hex4F36AB3644021fd342c
Octal11766253661040413756454
Binary1001111110110101010111101101000100010000111111101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F36AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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