#463CAB

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

Shades of Blue Gem #463CAB

Tints of Blue Gem #463CAB

Color information

#463CAB (or 0x463CAB) is unknown color: approx Blue Gem. HEX triplet: 46, 3C and AB. RGB value is (70,60,171). Sum of RGB (Red+Green+Blue) = 70+60+171=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #463CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463CAB is #B9C354. Grayscale: #4B4B4B. Windows color (decimal): -12174165 or 11222086. OLE color: 11222086.

HSL color Cylindrical-coordinate representation of color #463CAB: hue angle of 245.41º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #463CAB is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7060171-
CMYK0.590.6500.33
HSL245.41º48.05%45.29%-
HSV(B)245.41º64.91%67.06%-
XYZ11.497.4739.37-
YUV75.64181.81123.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 60 (23.83% from 255) = 19.93%
BLUE value IS 171 (67.19% from 255) = 56.81%
R=23.26%
G=19.93%
B=56.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70601710.590.6500.33245.4148.0545.29
Hex463CAB3B41021f5302d
Octal10674253731010413656055
Binary1000110111100101010111110111000001010000111110101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,60,171); }

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

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

 a { background-color: rgb(70,60,171); }

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

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

 span { border-color: rgb(70,60,171); }

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