#463EA0

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

Shades of Blue Gem #463EA0

Tints of Blue Gem #463EA0

Color information

#463EA0 (or 0x463EA0) is unknown color: approx Blue Gem. HEX triplet: 46, 3E and A0. RGB value is (70,62,160). Sum of RGB (Red+Green+Blue) = 70+62+160=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 160 (62.89% from 255 or 54.79% from 292); Max value from RGB is 160 - color contains mainly: blue. Hex color #463EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463EA0 is #B9C15F. Grayscale: #4B4B4B. Windows color (decimal): -12173664 or 10501702. OLE color: 10501702.

HSL color Cylindrical-coordinate representation of color #463EA0: hue angle of 244.9º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #463EA0 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7062160-
CMYK0.560.6100.37
HSL244.9º44.14%43.53%-
HSV(B)244.9º61.25%62.75%-
XYZ10.597.2934.11-
YUV75.56175.65124.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 160 (62.89% from 255) = 54.79%
R=23.97%
G=21.23%
B=54.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal70621600.560.6100.37244.944.1443.53
Hex463EA0383D025f52c2c
Octal1067624070750453655454
Binary100011011111010100000111000111101010010111110101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,62,160); }

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

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

 a { background-color: rgb(70,62,160); }

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

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

 span { border-color: rgb(70,62,160); }

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