#4837A0

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

Shades of Blue Gem #4837A0

Tints of Blue Gem #4837A0

Color information

#4837A0 (or 0x4837A0) is unknown color: approx Blue Gem. HEX triplet: 48, 37 and A0. RGB value is (72,55,160). Sum of RGB (Red+Green+Blue) = 72+55+160=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #4837A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4837A0 is #B7C85F. Grayscale: #474747. Windows color (decimal): -12044384 or 10499912. OLE color: 10499912.

HSL color Cylindrical-coordinate representation of color #4837A0: hue angle of 249.71º degrees, saturation: 0.49, 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 #4837A0 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7255160-
CMYK0.550.6600.37
HSL249.71º48.84%42.16%-
HSV(B)249.71º65.62%62.75%-
XYZ10.386.6533.99-
YUV72.05177.63127.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 55 (21.88% from 255) = 19.16%
BLUE value IS 160 (62.89% from 255) = 55.75%
R=25.09%
G=19.16%
B=55.75%

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
Decimal72551600.550.6600.37249.7148.8442.16
Hex4837A03742025fa312a
Octal11067240671020453726152
Binary1001000110111101000001101111000010010010111111010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4837A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4837A0; }

 p { color: rgb(72,55,160); }

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

<style>
 a { background-color: #4837A0; }

 a { background-color: rgb(72,55,160); }

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

<style>
 span { border-color: #4837A0; }

 span { border-color: rgb(72,55,160); }

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