#463AC4

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

Shades of Free Speech Blue #463AC4

Tints of Free Speech Blue #463AC4

Color information

#463AC4 (or 0x463AC4) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3A and C4. RGB value is (70,58,196). Sum of RGB (Red+Green+Blue) = 70+58+196=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 196 (76.95% from 255 or 60.49% from 324); Max value from RGB is 196 - color contains mainly: blue. Hex color #463AC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463AC4 is #B9C53B. Grayscale: #4C4C4C. Windows color (decimal): -12174652 or 12859974. OLE color: 12859974.

HSL color Cylindrical-coordinate representation of color #463AC4: hue angle of 245.22º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #463AC4 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7058196-
CMYK0.640.7000.23
HSL245.22º54.33%49.8%-
HSV(B)245.22º70.41%76.86%-
XYZ148.3153.09-
YUV77.32194.98122.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.60%
GREEN value IS 58 (23.05% from 255) = 17.90%
BLUE value IS 196 (76.95% from 255) = 60.49%
R=21.60%
G=17.90%
B=60.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal70581960.640.7000.23245.2254.3349.8
Hex463AC44046017f53632
Octal106723041001060273656662
Binary1000110111010110001001000000100011001011111110101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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