#4836A1

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

Shades of Blue Gem #4836A1

Tints of Blue Gem #4836A1

Color information

#4836A1 (or 0x4836A1) is unknown color: approx Blue Gem. HEX triplet: 48, 36 and A1. RGB value is (72,54,161). Sum of RGB (Red+Green+Blue) = 72+54+161=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 161 (63.28% from 255 or 56.10% from 287); Max value from RGB is 161 - color contains mainly: blue. Hex color #4836A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4836A1 is #B7C95E. Grayscale: #474747. Windows color (decimal): -12044639 or 10565192. OLE color: 10565192.

HSL color Cylindrical-coordinate representation of color #4836A1: hue angle of 250.09º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4836A1 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7254161-
CMYK0.550.6600.37
HSL250.09º49.77%42.16%-
HSV(B)250.09º66.46%63.14%-
XYZ10.426.5934.44-
YUV71.58178.46128.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 161 (63.28% from 255) = 56.10%
R=25.09%
G=18.82%
B=56.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72541610.550.6600.37250.0949.7742.16
Hex4836A13742025fa322a
Octal11066241671020453726252
Binary1001000110110101000011101111000010010010111111010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4836A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4836A1; }

 p { color: rgb(72,54,161); }

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

<style>
 a { background-color: #4836A1; }

 a { background-color: rgb(72,54,161); }

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

<style>
 span { border-color: #4836A1; }

 span { border-color: rgb(72,54,161); }

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