#51449B

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

Shades of Blue Gem #51449B

Tints of Blue Gem #51449B

Color information

#51449B (or 0x51449B) is unknown color: approx Blue Gem. HEX triplet: 51, 44 and 9B. RGB value is (81,68,155). Sum of RGB (Red+Green+Blue) = 81+68+155=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #51449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51449B is #AEBB64. Grayscale: #515151. Windows color (decimal): -11451237 or 10175569. OLE color: 10175569.

HSL color Cylindrical-coordinate representation of color #51449B: hue angle of 248.97º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51449B is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8168155-
CMYK0.480.5600.39
HSL248.97º39.01%43.73%-
HSV(B)248.97º56.13%60.78%-
XYZ11.388.2532-
YUV81.8169.31127.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=26.64%
G=22.37%
B=50.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81681550.480.5600.39248.9739.0143.73
Hex51449B3038027f9272c
Octal12110423360700473714754
Binary1010001100010010011011110000111000010011111111001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51449B; }

 p { color: rgb(81,68,155); }

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

<style>
 a { background-color: #51449B; }

 a { background-color: rgb(81,68,155); }

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

<style>
 span { border-color: #51449B; }

 span { border-color: rgb(81,68,155); }

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