#463892

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

Shades of Blue Gem #463892

Tints of Blue Gem #463892

Color information

#463892 (or 0x463892) is unknown color: approx Blue Gem. HEX triplet: 46, 38 and 92. RGB value is (70,56,146). Sum of RGB (Red+Green+Blue) = 70+56+146=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #463892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463892 is #B9C76D. Grayscale: #464646. Windows color (decimal): -12175214 or 9582662. OLE color: 9582662.

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

Color convert

RGB7056146-
CMYK0.520.6200.43
HSL249.33º44.55%39.61%-
HSV(B)249.33º61.64%57.25%-
XYZ9.136.2127.91-
YUV70.45170.64127.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 146 (57.42% from 255) = 53.68%
R=25.74%
G=20.59%
B=53.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70561460.520.6200.43249.3344.5539.61
Hex463892343E02Bf92d28
Octal1067022264760533715550
Binary100011011100010010010110100111110010101111111001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463892; }

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

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

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

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

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

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

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

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