#51479A

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

Shades of Blue Gem #51479A

Tints of Blue Gem #51479A

Color information

#51479A (or 0x51479A) is unknown color: approx Blue Gem. HEX triplet: 51, 47 and 9A. RGB value is (81,71,154). Sum of RGB (Red+Green+Blue) = 81+71+154=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #51479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51479A is #AEB865. Grayscale: #535353. Windows color (decimal): -11450470 or 10110801. OLE color: 10110801.

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

Color convert

RGB8171154-
CMYK0.470.5400.40
HSL247.23º36.89%44.12%-
HSV(B)247.23º53.9%60.39%-
XYZ11.488.5931.62-
YUV83.45167.81126.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 71 (28.12% from 255) = 23.20%
BLUE value IS 154 (60.55% from 255) = 50.33%
R=26.47%
G=23.20%
B=50.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81711540.470.5400.40247.2336.8944.12
Hex51479A2F36028f7252c
Octal12110723257660503674554
Binary1010001100011110011010101111110110010100011110111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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