#463FC4

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

Shades of Free Speech Blue #463FC4

Tints of Free Speech Blue #463FC4

Color information

#463FC4 (or 0x463FC4) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3F and C4. RGB value is (70,63,196). Sum of RGB (Red+Green+Blue) = 70+63+196=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 196 (76.95% from 255 or 59.57% from 329); Max value from RGB is 196 - color contains mainly: blue. Hex color #463FC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FC4 is #B9C03B. Grayscale: #4F4F4F. Windows color (decimal): -12173372 or 12861254. OLE color: 12861254.

HSL color Cylindrical-coordinate representation of color #463FC4: hue angle of 243.16º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463FC4 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7063196-
CMYK0.640.6800.23
HSL243.16º52.99%50.78%-
HSV(B)243.16º67.86%76.86%-
XYZ14.278.8453.18-
YUV80.26193.32120.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 196 (76.95% from 255) = 59.57%
R=21.28%
G=19.15%
B=59.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal70631960.640.6800.23243.1652.9950.78
Hex463FC44044017f33533
Octal106773041001040273636563
Binary1000110111111110001001000000100010001011111110011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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