#463BB2

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

Shades of Rich Blue #463BB2

Tints of Rich Blue #463BB2

Color information

#463BB2 (or 0x463BB2) is unknown color: approx Rich Blue. HEX triplet: 46, 3B and B2. RGB value is (70,59,178). Sum of RGB (Red+Green+Blue) = 70+59+178=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 178 (69.92% from 255 or 57.98% from 307); Max value from RGB is 178 - color contains mainly: blue. Hex color #463BB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463BB2 is #B9C44D. Grayscale: #4B4B4B. Windows color (decimal): -12174414 or 11680582. OLE color: 11680582.

HSL color Cylindrical-coordinate representation of color #463BB2: hue angle of 245.55º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463BB2 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7059178-
CMYK0.610.6700.30
HSL245.55º50.21%46.47%-
HSV(B)245.55º66.85%69.8%-
XYZ12.137.6442.96-
YUV75.85185.64123.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 59 (23.44% from 255) = 19.22%
BLUE value IS 178 (69.92% from 255) = 57.98%
R=22.80%
G=19.22%
B=57.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal70591780.610.6700.30245.5550.2146.47
Hex463BB23D4301Ef6322e
Octal10673262751030363666256
Binary100011011101110110010111101100001101111011110110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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