#463891

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

Shades of Blue Gem #463891

Tints of Blue Gem #463891

Color information

#463891 (or 0x463891) is unknown color: approx Blue Gem. HEX triplet: 46, 38 and 91. RGB value is (70,56,145). Sum of RGB (Red+Green+Blue) = 70+56+145=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #463891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463891 is #B9C76E. Grayscale: #454545. Windows color (decimal): -12175215 or 9517126. OLE color: 9517126.

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

Color convert

RGB7056145-
CMYK0.520.6100.43
HSL249.44º44.28%39.41%-
HSV(B)249.44º61.38%56.86%-
XYZ9.056.1727.5-
YUV70.33170.14127.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 145 (57.03% from 255) = 53.51%
R=25.83%
G=20.66%
B=53.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70561450.520.6100.43249.4444.2839.41
Hex463891343D02Bf92c27
Octal1067022164750533715447
Binary100011011100010010001110100111101010101111111001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463891; }

 p { color: rgb(70,56,145); }

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

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

 a { background-color: rgb(70,56,145); }

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

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

 span { border-color: rgb(70,56,145); }

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