#51469F

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

Shades of Blue Gem #51469F

Tints of Blue Gem #51469F

Color information

#51469F (or 0x51469F) is unknown color: approx Blue Gem. HEX triplet: 51, 46 and 9F. RGB value is (81,70,159). Sum of RGB (Red+Green+Blue) = 81+70+159=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #51469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51469F is #AEB960. Grayscale: #535353. Windows color (decimal): -11450721 or 10438225. OLE color: 10438225.

HSL color Cylindrical-coordinate representation of color #51469F: hue angle of 247.42º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51469F is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8170159-
CMYK0.490.5600.38
HSL247.42º38.86%44.9%-
HSV(B)247.42º55.97%62.35%-
XYZ11.848.6333.84-
YUV83.44170.64126.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 70 (27.73% from 255) = 22.58%
BLUE value IS 159 (62.5% from 255) = 51.29%
R=26.13%
G=22.58%
B=51.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81701590.490.5600.38247.4238.8644.9
Hex51469F3138026f7272d
Octal12110623761700463674755
Binary1010001100011010011111110001111000010011011110111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51469F; }

 p { color: rgb(81,70,159); }

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

<style>
 a { background-color: #51469F; }

 a { background-color: rgb(81,70,159); }

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

<style>
 span { border-color: #51469F; }

 span { border-color: rgb(81,70,159); }

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