#463BB4

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

Shades of Rich Blue #463BB4

Tints of Rich Blue #463BB4

Color information

#463BB4 (or 0x463BB4) is unknown color: approx Rich Blue. HEX triplet: 46, 3B and B4. RGB value is (70,59,180). Sum of RGB (Red+Green+Blue) = 70+59+180=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 180 (70.70% from 255 or 58.25% from 309); Max value from RGB is 180 - color contains mainly: blue. Hex color #463BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BB4 is #B9C44B. Grayscale: #4B4B4B. Windows color (decimal): -12174412 or 11811654. OLE color: 11811654.

HSL color Cylindrical-coordinate representation of color #463BB4: hue angle of 245.45º 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 #463BB4 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7059180-
CMYK0.610.6700.29
HSL245.45º50.63%46.86%-
HSV(B)245.45º67.22%70.59%-
XYZ12.337.7344.02-
YUV76.08186.64123.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 59 (23.44% from 255) = 19.09%
BLUE value IS 180 (70.70% from 255) = 58.25%
R=22.65%
G=19.09%
B=58.25%

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
Decimal70591800.610.6700.29245.4550.6346.86
Hex463BB43D4301Df5332f
Octal10673264751030353656357
Binary100011011101110110100111101100001101110111110101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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