#463ABA

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

Shades of Free Speech Blue #463ABA

Tints of Free Speech Blue #463ABA

Color information

#463ABA (or 0x463ABA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3A and BA. RGB value is (70,58,186). Sum of RGB (Red+Green+Blue) = 70+58+186=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #463ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463ABA is #B9C545. Grayscale: #4B4B4B. Windows color (decimal): -12174662 or 12204614. OLE color: 12204614.

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

Color convert

RGB7058186-
CMYK0.620.6900.27
HSL245.62º52.46%47.84%-
HSV(B)245.62º68.82%72.94%-
XYZ12.97.8747.29-
YUV76.18189.98123.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.29%
GREEN value IS 58 (23.05% from 255) = 18.47%
BLUE value IS 186 (73.05% from 255) = 59.24%
R=22.29%
G=18.47%
B=59.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70581860.620.6900.27245.6252.4647.84
Hex463ABA3E4501Bf63430
Octal10672272761050333666460
Binary100011011101010111010111110100010101101111110110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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