#463CB3

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

Shades of Rich Blue #463CB3

Tints of Rich Blue #463CB3

Color information

#463CB3 (or 0x463CB3) is unknown color: approx Rich Blue. HEX triplet: 46, 3C and B3. RGB value is (70,60,179). Sum of RGB (Red+Green+Blue) = 70+60+179=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 179 (70.31% from 255 or 57.93% from 309); Max value from RGB is 179 - color contains mainly: blue. Hex color #463CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CB3 is #B9C34C. Grayscale: #4C4C4C. Windows color (decimal): -12174157 or 11746374. OLE color: 11746374.

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

Color convert

RGB7060179-
CMYK0.610.6600.30
HSL245.04º49.79%46.86%-
HSV(B)245.04º66.48%70.2%-
XYZ12.287.7943.5-
YUV76.56185.81123.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 60 (23.83% from 255) = 19.42%
BLUE value IS 179 (70.31% from 255) = 57.93%
R=22.65%
G=19.42%
B=57.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal70601790.610.6600.30245.0449.7946.86
Hex463CB33D4201Ef5322f
Octal10674263751020363656257
Binary100011011110010110011111101100001001111011110101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,60,179); }

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

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

 a { background-color: rgb(70,60,179); }

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

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

 span { border-color: rgb(70,60,179); }

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