#51468A

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

Shades of Victoria #51468A

Tints of Victoria #51468A

Color information

#51468A (or 0x51468A) is unknown color: approx Victoria. HEX triplet: 51, 46 and 8A. RGB value is (81,70,138). Sum of RGB (Red+Green+Blue) = 81+70+138=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #51468A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51468A is #AEB975. Grayscale: #505050. Windows color (decimal): -11450742 or 9061969. OLE color: 9061969.

HSL color Cylindrical-coordinate representation of color #51468A: hue angle of 249.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51468A is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8170138-
CMYK0.410.4900.46
HSL249.71º32.69%40.78%-
HSV(B)249.71º49.28%54.12%-
XYZ10.177.9625.05-
YUV81.04160.14127.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.03%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=28.03%
G=24.22%
B=47.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81701380.410.4900.46249.7132.6940.78
Hex51468A293102Efa2129
Octal12110621251610563724151
Binary1010001100011010001010101001110001010111011111010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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