#4B3781

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

Shades of Blue Gem #4B3781

Tints of Blue Gem #4B3781

Color information

#4B3781 (or 0x4B3781) is unknown color: approx Blue Gem. HEX triplet: 4B, 37 and 81. RGB value is (75,55,129). Sum of RGB (Red+Green+Blue) = 75+55+129=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #4B3781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3781 is #B4C87E. Grayscale: #454545. Windows color (decimal): -11847807 or 8468299. OLE color: 8468299.

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

Color convert

RGB7555129-
CMYK0.420.5700.49
HSL256.22º40.22%36.08%-
HSV(B)256.22º57.36%50.59%-
XYZ8.235.8121.46-
YUV69.42161.63131.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.96%
GREEN value IS 55 (21.88% from 255) = 21.24%
BLUE value IS 129 (50.78% from 255) = 49.81%
R=28.96%
G=21.24%
B=49.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75551290.420.5700.49256.2240.2236.08
Hex4B37812A390311002824
Octal1136720152710614005044
Binary1001011110111100000011010101110010110001100000000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,55,129); }

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

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

 a { background-color: rgb(75,55,129); }

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

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

 span { border-color: rgb(75,55,129); }

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