#463DAB

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

Shades of Blue Gem #463DAB

Tints of Blue Gem #463DAB

Color information

#463DAB (or 0x463DAB) is unknown color: approx Blue Gem. HEX triplet: 46, 3D and AB. RGB value is (70,61,171). Sum of RGB (Red+Green+Blue) = 70+61+171=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #463DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463DAB is #B9C254. Grayscale: #4B4B4B. Windows color (decimal): -12173909 or 11222342. OLE color: 11222342.

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

Color convert

RGB7061171-
CMYK0.590.6400.33
HSL244.91º47.41%45.49%-
HSV(B)244.91º64.33%67.06%-
XYZ11.557.5839.38-
YUV76.23181.48123.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.18%
GREEN value IS 61 (24.22% from 255) = 20.20%
BLUE value IS 171 (67.19% from 255) = 56.62%
R=23.18%
G=20.20%
B=56.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70611710.590.6400.33244.9147.4145.49
Hex463DAB3B40021f52f2d
Octal10675253731000413655755
Binary1000110111101101010111110111000000010000111110101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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