#51449A

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

Shades of Blue Gem #51449A

Tints of Blue Gem #51449A

Color information

#51449A (or 0x51449A) is unknown color: approx Blue Gem. HEX triplet: 51, 44 and 9A. RGB value is (81,68,154). Sum of RGB (Red+Green+Blue) = 81+68+154=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #51449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51449A is #AEBB65. Grayscale: #515151. Windows color (decimal): -11451238 or 10110033. OLE color: 10110033.

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

Color convert

RGB8168154-
CMYK0.470.5600.40
HSL249.07º38.74%43.53%-
HSV(B)249.07º55.84%60.39%-
XYZ11.298.2231.56-
YUV81.69168.81127.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 68 (26.95% from 255) = 22.44%
BLUE value IS 154 (60.55% from 255) = 50.83%
R=26.73%
G=22.44%
B=50.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81681540.470.5600.40249.0738.7443.53
Hex51449A2F38028f9272c
Octal12110423257700503714754
Binary1010001100010010011010101111111000010100011111001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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