#463AB7

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

Shades of Free Speech Blue #463AB7

Tints of Free Speech Blue #463AB7

Color information

#463AB7 (or 0x463AB7) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3A and B7. RGB value is (70,58,183). Sum of RGB (Red+Green+Blue) = 70+58+183=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 183 (71.88% from 255 or 58.84% from 311); Max value from RGB is 183 - color contains mainly: blue. Hex color #463AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463AB7 is #B9C548. Grayscale: #4B4B4B. Windows color (decimal): -12174665 or 12008006. OLE color: 12008006.

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

Color convert

RGB7058183-
CMYK0.620.6800.28
HSL245.76º51.87%47.25%-
HSV(B)245.76º68.31%71.76%-
XYZ12.597.7545.63-
YUV75.84188.48123.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.51%
GREEN value IS 58 (23.05% from 255) = 18.65%
BLUE value IS 183 (71.88% from 255) = 58.84%
R=22.51%
G=18.65%
B=58.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal70581830.620.6800.28245.7651.8747.25
Hex463AB73E4401Cf6342f
Octal10672267761040343666457
Binary100011011101010110111111110100010001110011110110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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