#463AB3

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

Shades of Blue Gem #463AB3

Tints of Blue Gem #463AB3

Color information

#463AB3 (or 0x463AB3) is unknown color: approx Blue Gem. HEX triplet: 46, 3A and B3. RGB value is (70,58,179). Sum of RGB (Red+Green+Blue) = 70+58+179=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 179 (70.31% from 255 or 58.31% from 307); Max value from RGB is 179 - color contains mainly: blue. Hex color #463AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463AB3 is #B9C54C. Grayscale: #4A4A4A. Windows color (decimal): -12174669 or 11745862. OLE color: 11745862.

HSL color Cylindrical-coordinate representation of color #463AB3: hue angle of 245.95º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463AB3 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7058179-
CMYK0.610.6800.30
HSL245.95º51.05%46.47%-
HSV(B)245.95º67.6%70.2%-
XYZ12.187.5843.47-
YUV75.38186.48124.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 179 (70.31% from 255) = 58.31%
R=22.80%
G=18.89%
B=58.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal70581790.610.6800.30245.9551.0546.47
Hex463AB33D4401Ef6332e
Octal10672263751040363666356
Binary100011011101010110011111101100010001111011110110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463AB3; }

 p { color: rgb(70,58,179); }

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

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

 a { background-color: rgb(70,58,179); }

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

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

 span { border-color: rgb(70,58,179); }

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