#463BB5

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

Shades of Rich Blue #463BB5

Tints of Rich Blue #463BB5

Color information

#463BB5 (or 0x463BB5) is unknown color: approx Rich Blue. HEX triplet: 46, 3B and B5. RGB value is (70,59,181). Sum of RGB (Red+Green+Blue) = 70+59+181=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 181 (71.09% from 255 or 58.39% from 310); Max value from RGB is 181 - color contains mainly: blue. Hex color #463BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BB5 is #B9C44A. Grayscale: #4B4B4B. Windows color (decimal): -12174411 or 11877190. OLE color: 11877190.

HSL color Cylindrical-coordinate representation of color #463BB5: hue angle of 245.41º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463BB5 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7059181-
CMYK0.610.6700.29
HSL245.41º50.83%47.06%-
HSV(B)245.41º67.4%70.98%-
XYZ12.437.7744.56-
YUV76.2187.14123.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.58%
GREEN value IS 59 (23.44% from 255) = 19.03%
BLUE value IS 181 (71.09% from 255) = 58.39%
R=22.58%
G=19.03%
B=58.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70591810.610.6700.29245.4150.8347.06
Hex463BB53D4301Df5332f
Octal10673265751030353656357
Binary100011011101110110101111101100001101110111110101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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