#463BAE

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

Shades of Blue Gem #463BAE

Tints of Blue Gem #463BAE

Color information

#463BAE (or 0x463BAE) is unknown color: approx Blue Gem. HEX triplet: 46, 3B and AE. RGB value is (70,59,174). Sum of RGB (Red+Green+Blue) = 70+59+174=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #463BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463BAE is #B9C451. Grayscale: #4A4A4A. Windows color (decimal): -12174418 or 11418438. OLE color: 11418438.

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

Color convert

RGB7059174-
CMYK0.600.6600.32
HSL245.74º49.36%45.69%-
HSV(B)245.74º66.09%68.24%-
XYZ11.737.4940.87-
YUV75.4183.64124.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 59 (23.44% from 255) = 19.47%
BLUE value IS 174 (68.36% from 255) = 57.43%
R=23.10%
G=19.47%
B=57.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal70591740.600.6600.32245.7449.3645.69
Hex463BAE3C42020f6312e
Octal10673256741020403666156
Binary1000110111011101011101111001000010010000011110110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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