#463BBA

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

Shades of Free Speech Blue #463BBA

Tints of Free Speech Blue #463BBA

Color information

#463BBA (or 0x463BBA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3B and BA. RGB value is (70,59,186). Sum of RGB (Red+Green+Blue) = 70+59+186=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #463BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BBA is #B9C445. Grayscale: #4C4C4C. Windows color (decimal): -12174406 or 12204870. OLE color: 12204870.

HSL color Cylindrical-coordinate representation of color #463BBA: hue angle of 245.2º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463BBA is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7059186-
CMYK0.620.6800.27
HSL245.2º51.84%48.04%-
HSV(B)245.2º68.28%72.94%-
XYZ12.957.9847.31-
YUV76.77189.64123.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 59 (23.44% from 255) = 18.73%
BLUE value IS 186 (73.05% from 255) = 59.05%
R=22.22%
G=18.73%
B=59.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70591860.620.6800.27245.251.8448.04
Hex463BBA3E4401Bf53430
Octal10673272761040333656460
Binary100011011101110111010111110100010001101111110101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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