#463BB0

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

Shades of Blue Gem #463BB0

Tints of Blue Gem #463BB0

Color information

#463BB0 (or 0x463BB0) is unknown color: approx Blue Gem. HEX triplet: 46, 3B and B0. RGB value is (70,59,176). Sum of RGB (Red+Green+Blue) = 70+59+176=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 176 (69.14% from 255 or 57.70% from 305); Max value from RGB is 176 - color contains mainly: blue. Hex color #463BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463BB0 is #B9C44F. Grayscale: #4B4B4B. Windows color (decimal): -12174416 or 11549510. OLE color: 11549510.

HSL color Cylindrical-coordinate representation of color #463BB0: hue angle of 245.64º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463BB0 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7059176-
CMYK0.600.6600.31
HSL245.64º49.79%46.08%-
HSV(B)245.64º66.48%69.02%-
XYZ11.937.5641.91-
YUV75.63184.64123.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 176 (69.14% from 255) = 57.70%
R=22.95%
G=19.34%
B=57.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70591760.600.6600.31245.6449.7946.08
Hex463BB03C4201Ff6322e
Octal10673260741020373666256
Binary100011011101110110000111100100001001111111110110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,59,176); }

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

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

 a { background-color: rgb(70,59,176); }

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

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

 span { border-color: rgb(70,59,176); }

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