#4836B1

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

Shades of Blue Gem #4836B1

Tints of Blue Gem #4836B1

Color information

#4836B1 (or 0x4836B1) is unknown color: approx Blue Gem. HEX triplet: 48, 36 and B1. RGB value is (72,54,177). Sum of RGB (Red+Green+Blue) = 72+54+177=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 177 (69.53% from 255 or 58.42% from 303); Max value from RGB is 177 - color contains mainly: blue. Hex color #4836B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4836B1 is #B7C94E. Grayscale: #484848. Windows color (decimal): -12044623 or 11613768. OLE color: 11613768.

HSL color Cylindrical-coordinate representation of color #4836B1: hue angle of 248.78º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4836B1 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7254177-
CMYK0.590.6900.31
HSL248.78º53.25%45.29%-
HSV(B)248.78º69.49%69.41%-
XYZ11.937.1942.35-
YUV73.4186.46127-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 54 (21.48% from 255) = 17.82%
BLUE value IS 177 (69.53% from 255) = 58.42%
R=23.76%
G=17.82%
B=58.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72541770.590.6900.31248.7853.2545.29
Hex4836B13B4501Ff9352d
Octal11066261731050373716555
Binary100100011011010110001111011100010101111111111001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4836B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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